Table of Contents

Enum EzrInteger.Size

Namespace
EzrSquared.Runtime.Types.Core.Numerics
Assembly
ezrSquared-lib.dll

Represents the size of the integer value stored in an EzrInteger object.

public enum EzrInteger.Size

Fields

Big = 2

Large, unknown. See also System.Numerics.BigInteger.

Int32 = 0

Same as int.

Int64 = 1

Same as long.