Click or drag to resize

Scalar.Multiply Operator (Scalar, Scalar)

Multiplies two scalars together.

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

Parameters

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

Return Value

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