Explicit Type Conversion Operator (Matrix)
In This Topic
Use the explicit convertion to get a value of matrix.
Syntax
'Declaration
Public Operator Narrowing CType( _
ByVal As Matrix _
) As Double
public double operator explicit(
Matrix
)
Parameters
- value
- A Matrix indicates the matrix will calculate value of it.
Return Value
A double indicates the value of the speical matrix.
See Also