'Declaration Public Shared Function Multiply( _ ByVal left As TdNumber, _ ByVal right As TdNumber _ ) As TdNumber
Parameters
- left
- The left operand of the multiply operation.
- right
- The right operand of the multiply operation.
Return Value
A TdNumber structure is returned whose value property contains the product of
the left and right operands.