Click or drag to resize

ScalarSubtract Method (Double)

Subtracts a fixed scalar from 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 Subtract(
	double scalar
)

Parameters

scalar
Type: SystemDouble
The fixed scalar to subtract.

Return Value

Type: Scalar
A scalar representing the difference between the two scalars.
See Also