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