[]
Use the explicit convertion to get a value of matrix.
public static explicit operator T(Matrix<T> value)
Public Shared Narrowing Operator CType(value As Matrix(Of T)) As T
| 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. |