Table of Contents

Method IsPositive

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

IsPositive(ExInt128)

Determines if a value represents zero or a positive real number.

public static bool IsPositive(ExInt128 value)

Parameters

value ExInt128

The value to be checked.

Returns

bool

true if value represents (positive) zero or a positive real number; otherwise, false.