IDivisionOperations<T, TClosure>.Reciprocal Method

Returns the reciprocal of a value.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
TClosure Reciprocal(
	T a
)

Parameters

a  T
A value.

Return Value

TClosure
1 divided by a.

See Also