IDivision Operations<T, TClosure>.Divide Method
Divides a value by another.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
a divided by b.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
TClosure Divide(
T a,
T b
)
Parameters
Return Value
TClosurea divided by b.
Remarks
Unlike integer division, this method is 'exact' in the sense that it is the inverse operation of multiplication.