IDivision Operations<T, TClosure>.Reciprocal Method
Returns the reciprocal of a value.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
1 divided by a.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
TClosure Reciprocal(
T a
)
Parameters
- a T
- A value.
Return Value
TClosure1 divided by a.