Table of Contents

Constructor BitArray64

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BitArray64()

Initializes a new instance of the BitArray64 struct.

public BitArray64()

BitArray64(bool)

Initializes a new instance of the BitArray64 struct.

public BitArray64(bool bitValue)

Parameters

bitValue bool

All bits value.

BitArray64(ulong)

Initializes a new instance of the BitArray64 struct.

public BitArray64(ulong bits)

Parameters

bits ulong

Bits to make up the array.