Half.NaN Field

Definition

A Not-a-Number representation of a half-precision float.

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

Field Value

Value = 32256
Attributes

Remarks

A Not-a-Number representation of a half-precision float.

Java documentation for android.util.Half.NaN.

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