CULong Constructors

Definition

Overloads

CULong(UInt32)

Constructs an instance from a 32-bit unsigned integer.

CULong(UIntPtr)

Constructs an instance from a native sized unsigned integer.

CULong(UInt32)

Source:
CULong.cs
Source:
CULong.cs
Source:
CULong.cs

Constructs an instance from a 32-bit unsigned integer.

C#
public CULong(uint value);

Parameters

value
UInt32

The integer value.

Applies to

.NET 10 och andra versioner
Produkt Versioner
.NET 6, 7, 8, 9, 10

CULong(UIntPtr)

Source:
CULong.cs
Source:
CULong.cs
Source:
CULong.cs

Constructs an instance from a native sized unsigned integer.

C#
public CULong(UIntPtr value);
C#
public CULong(nuint value);

Parameters

value

nuint

The integer value.

Exceptions

value is outside the range of the underlying storage type.

Applies to

.NET 10 och andra versioner
Produkt Versioner
.NET 6, 7, 8, 9, 10