UInt64.INumberBase<UInt64>.IsZero(UInt64) Method

Definition

Determines if a value is zero.

 static bool System.Numerics.INumberBase<System.UInt64>.IsZero(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsZero;
static bool INumberBase<ulong>.IsZero (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsZero : uint64 -> bool
 Shared Function IsZero (value As ULong) As Boolean Implements INumberBase(Of ULong).IsZero

Parameters

value
UInt64

The value to be checked.

Returns

true if value is zero; otherwise, false.

Implements

Applies to