次の方法で共有


Int16.MaxValue フィールド

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

Public Const MaxValue As Short
[C#]
public const short MaxValue;
[C++]
public: const short MaxValue;
[JScript]
public var MaxValue : Int16;

解説

この定数の値は 32767 で、16 進では 0x7FFF です。

必要条件

プラットフォーム: 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

参照

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