Inner Drive Extensible Architecture
C#
C#
Show/Hide TOC
Length
.
Subtraction(Length, Double) Operator
Subtracts two values to compute their difference.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Length
operator
-( Length left,
double
right )
Parameters
left
Length
The value from which
right
is subtracted.
right
Double
The value which is subtracted from
left
.
Return Value
Length
The value of
right
subtracted from
left
.
Implements
ISubtractionOperators
<
TSelf, TOther, TResult
>
.
Subtraction(TSelf, TOther)
See Also
Reference
Length Structure
Subtraction Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also