Operations<T>.Sign Method

Returns the sign of the specified number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static int Sign(
	T operand
)

Parameters

operand  T
 

Return Value

Int32

See Also