[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.op_Explicit

explicit operator Operator

explicit operator double(Matrix)

Use the explicit convertion to get a value of matrix.

Declaration
public static explicit operator double(Matrix value)
Parameters
Type Name Description
Matrix value

A Matrix indicates the matrix will calculate value of it.

Returns
Type Description
double

A double indicates the value of the speical matrix.