[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix-1.op_Explicit

explicit operator Operator

explicit operator T(Matrix<T>)

Use the explicit convertion to get a value of matrix.

Declaration
public static explicit operator T(Matrix<T> value)
Parameters
Type Name Description
Matrix<T> value

A Matrix indicates the matrix will calculate value of it.

Returns
Type Description
T

A double indicates the value of the speical matrix.