Half.NegativeInfinity Field

Definition

Negative infinity of type half-precision float.

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

Field Value

Value = -1024
Attributes

Remarks

Negative infinity of type half-precision float.

Java documentation for android.util.Half.NEGATIVE_INFINITY.

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