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