INumericTSelfSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TSelf Subtract(
TSelf value
)
Function Subtract (
value As TSelf
) As TSelf
TSelf Subtract(
TSelf value
)
abstract Subtract :
value : 'TSelf -> 'TSelf
- value TSelf
- The value to subtract from the current value.
TSelfThe result of subtracting
value from the current value.