[]
Use the explicit convertion to get a value of matrix.
public static explicit operator double(Matrix value)
| Type | Name | Description |
|---|---|---|
| Matrix | value | A Matrix indicates the matrix will calculate value of it. |
| Type | Description |
|---|---|
| double | A double indicates the value of the speical matrix. |