Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Number
Subtraction Operator
Subtracts two values to compute their difference.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
static
Number
operator
-
(
Number
left
,
Number
right
)
Parameters
left
Number
The value from which right is subtracted.
right
Number
The value which is subtracted from left.
Return Value
Number
The difference of right subtracted from left.
Implements
ISubtractionOperators
TSelf, TOther, TResult
Subtraction(TSelf, TOther)
Remarks
The Subtract method defines the operation of the substraction operator for Number values.
See Also
Reference
Number Class
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also