TNumber.VMultiplication Method

Computes the cross product of two vectors in three-dimensional Euclidean space.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber VMultiplication(
	TNumber value
)

Parameters

value  TNumber
Right-hand operand.

Return Value

TNumber
Result of the operation.

Exceptions

GeneralException Thrown unless this instance and value contain three-dimensional vectors.

See Also