Int64.MinValue Feld

Definition

Stellt den kleinstmöglichen Wert vom Typ Int64 dar. Dieses Feld ist konstant.

public: long MinValue = -9223372036854775808;
public const long MinValue = -9223372036854775808;
val mutable MinValue : int64
Public Const MinValue As Long  = -9223372036854775808

Feldwert

Value = -9223372036854775808
Int64

Hinweise

Der Wert dieser Konstante ist negativ 9.223.372.036.854.775.808; das heißt, hexadezimale 0x8000000000000000.

Gilt für

Siehe auch