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.2.419.0 (24.2.419.0)
Syntax public Scalar Subtract(
double scalar
)
Public Function Subtract (
scalar As Double
) As Scalar
public:
Scalar^ Subtract(
double scalar
)
member Subtract :
scalar : float -> Scalar
Parameters
- scalar
- Type: SystemDouble
The fixed scalar to subtract.
Return Value
Type:
ScalarA scalar representing the difference between the two scalars.
See Also