Click or drag to resize

ScalarMultiply Method (Scalar)

Multiplies another scalar with this one.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar Multiply(
	Scalar scalar
)

Parameters

scalar
Type: AGI.Foundation.GeometryScalar
The other scalar to multiply.

Return Value

Type: Scalar
A scalar representing the product of the two scalars.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when scalar is .
See Also