Click or drag to resize

Scalar.Multiply Operator (Double, 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 *(
	double left,
	Scalar right
)

Parameters

left
Type: System.Double
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 right is null.
See Also