Click or drag to resize

ScalarSubtract Method (Scalar)

Subtracts another 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(
	Scalar scalar
)

Parameters

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

Return Value

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