Share via


Half.MaxValue Field

Definition

Maximum positive finite value a half-precision float may have.

[Android.Runtime.Register("MAX_VALUE", ApiSince=26)]
public const short MaxValue = 31743;
[<Android.Runtime.Register("MAX_VALUE", ApiSince=26)>]
val mutable MaxValue : int16

Field Value

Value = 31743
Attributes

Remarks

Maximum positive finite value a half-precision float may have.

Java documentation for android.util.Half.MAX_VALUE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to