Operations<T>.Sign Method

Gets a delegate that returns the sign of the specified number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static int Sign(
	T x
)

Parameters

x  T
 

Return Value

Int32

See Also