IDivisionOperations<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.0
C#
TClosure Reciprocal(
	T a
)

Parameters

a  T
A value.

Return Value

TClosure
1 divided by a.

See Also