INumericTSelfDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TSelf Divide(
TSelf value
)
Function Divide (
value As TSelf
) As TSelf
TSelf Divide(
TSelf value
)
abstract Divide :
value : 'TSelf -> 'TSelf
- value TSelf
- The value as the divisor.
TSelfThe result of dividing the current value by
value.