ScalarSubtraction Operator (Scalar, Double) |
Subtracts one scalar from another.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Scalar operator -(
Scalar left,
double right
)
Public Shared Operator - (
left As Scalar,
right As Double
) As Scalar
public:
static Scalar^ operator -(
Scalar^ left,
double right
)
static let inline (-)
left : Scalar *
right : float : Scalar
Parameters
- left
- Type: AGI.Foundation.GeometryScalar
The left hand scalar from which to subtract. - right
- Type: SystemDouble
The right hand scalar to subtract from the left.
Return Value
Type:
ScalarThe difference of the two scalars: left - right.
Exceptions See Also