Click or drag to resize

Scalar.Multiply Method (Double)

Multiplies this scalar with a fixed value.

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

Parameters

scalar
Type: System.Double
The fixed value to multiply.

Return Value

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