Click or drag to resize

FieldTInvert Method

Get the inverse of an object.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public virtual T Invert(
	T x
)

Parameters

x
Type: T
The number to invert.

Return Value

Type: T
The inverse value of x.
See Also