Item Method
Description
Returns the data item of the matrix.
Syntax
Visual Basic |
---|
Public Function Item( _ ByVal Num As Long _ ) As Double |
Parameters
- Num
- Required parameter of type long between 1 and 12 inclusive from which the matrix data is copied.
Return Type
Double value.
See Also