Half.LowestValue Field

Definition

Smallest negative value a half-precision float may have.

[Android.Runtime.Register("LOWEST_VALUE", ApiSince=26)]
public const short LowestValue = -1025;
[<Android.Runtime.Register("LOWEST_VALUE", ApiSince=26)>]
val mutable LowestValue : int16

Field Value

Value = -1025
Attributes

Remarks

Smallest negative value a half-precision float may have.

Java documentation for android.util.Half.LOWEST_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