Share via


Int32.MaxValue フィールド

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

Public Const MaxValue As Integer
[C#]
public const int MaxValue;
[C++]
public: const int MaxValue;
[JScript]
public var MaxValue : int;

解説

この定数の値は 2,147,483,647 で、16 進では 0x7FFFFFFF です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Int32 構造体 | Int32 メンバ | System 名前空間 | MinValue