Int64.MinValue フィールド

定義

Int64 の最小有効値を表します。 このフィールドは定数です。

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

フィールド値

Value = -9223372036854775808
Int64

注釈

この定数の値は負の9223372036854775808です。つまり、16進数の0x8000000000000000 です。

適用対象

こちらもご覧ください