CULong Konstruktoren

Definition

Überlädt

CULong(UInt32)

Erstellt eine instance aus einer 32-Bit-Ganzzahl ohne Vorzeichen.

CULong(UIntPtr)

Erstellt eine instance aus einer systemeigenen Ganzzahl ohne Vorzeichen.

CULong(UInt32)

Quelle:
CULong.cs
Quelle:
CULong.cs
Quelle:
CULong.cs

Erstellt eine instance aus einer 32-Bit-Ganzzahl ohne Vorzeichen.

public:
 CULong(System::UInt32 value);
public CULong (uint value);
new System.Runtime.InteropServices.CULong : uint32 -> System.Runtime.InteropServices.CULong
Public Sub New (value As UInteger)

Parameter

value
UInt32

Der Ganzzahlwert.

Gilt für:

CULong(UIntPtr)

Quelle:
CULong.cs
Quelle:
CULong.cs
Quelle:
CULong.cs

Erstellt eine instance aus einer systemeigenen Ganzzahl ohne Vorzeichen.

public:
 CULong(UIntPtr value);
public CULong (nuint value);
public CULong (UIntPtr value);
new System.Runtime.InteropServices.CULong : unativeint -> System.Runtime.InteropServices.CULong
Public Sub New (value As UIntPtr)

Parameter

value
UIntPtr

nuint

unativeint

Der Ganzzahlwert.

Ausnahmen

value liegt außerhalb des Bereichs des zugrunde liegenden Speichertyps.

Gilt für: