Click or drag to resize

ScalarMultiply Operator (Scalar, Scalar)

Multiplies two scalars together.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Scalar operator *(
	Scalar left,
	Scalar right
)

Parameters

left
Type: AGI.Foundation.GeometryScalar
The first scalar term to multiply.
right
Type: AGI.Foundation.GeometryScalar
The second scalar term to multiply.

Return Value

Type: Scalar
The product of two scalars.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when left or right is .
See Also