Use the explicit convertion to get a value of matrix.
'宣言
Public Operator Narrowing CType( _
ByVal As Matrix _
) As System.Double
public System.double operator explicit(
Matrix
)
パラメータ
- value
- A Matrix indicates the matrix will calculate value of it.
戻り値の型
A double indicates the value of the speical matrix.