Int64.MaxValue Feld

Definition

Stellt den größtmöglichen Wert von Int64 dar. Dieses Feld ist konstant.

public: long MaxValue = 9223372036854775807;
public const long MaxValue = 9223372036854775807;
val mutable MaxValue : int64
Public Const MaxValue As Long  = 9223372036854775807

Feldwert

Value = 9223372036854775807
Int64

Hinweise

Der Wert dieser Konstante ist 9.223.372.036.854.775.807; das heißt, hexadezimale 0x7FFFFFFFFFFFFFFF.

Gilt für

Siehe auch