TNumber.VMultiplication Method
Computes the cross product of two vectors in three-dimensional Euclidean space.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber VMultiplication(
TNumber value
)
Public Function VMultiplication (
value As TNumber
) As TNumber
public:
TNumber^ VMultiplication(
TNumber^ value
)
member VMultiplication :
value : TNumber -> TNumber
- value TNumber
- Right-hand operand.
TNumber
Result of the operation.
GeneralException |
Thrown unless this instance and value contain three-dimensional vectors.
|