Inner Drive Extensible Architecture
C#
Show/Hide TOC
Area
Subtraction(Area, Int
32) 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
Area
operator
-
(
Area
left
,
int
right
)
Parameters
left
Area
The value from which
right
is subtracted.
right
Int32
The value which is subtracted from
left
.
Return Value
Area
A new
Area
instance equal in value to
right
subtracted from
left
, denominated in the units, and with the accuracy and precision, of
left
.
Implements
ISubtractionOperators
TSelf, TOther, TResult
Subtraction(TSelf, TOther)
See Also
Reference
Area Structure
Subtraction Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also