Click or drag to resize

ScalarMultiply Method (Double)

Multiplies this scalar with a fixed value.

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(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The fixed value to multiply.

Return Value

Type: Scalar
A scalar representing the product of the two scalars.
See Also