Table of Contents

Method Sign

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

Sign(ExUInt128)

Computes the sign of a value.

public static int Sign(ExUInt128 value)

Parameters

value ExUInt128

The value whose sign is to be computed.

Returns

int

A positive value if value is positive, Zero if value is zero, and a negative value if value is negative.