Table of Contents

Method IsNegative

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsNegative(ExInt128)

Determines if a value represents a negative real number.

public static bool IsNegative(ExInt128 value)

Parameters

value ExInt128

The value to be checked.

Returns

bool

true if value represents negative zero or a negative real number; otherwise, false.