Half.NegativeZero Field

Definition

Negative 0 of type half-precision float.

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

Field Value

Value = -32768
Attributes

Remarks

Negative 0 of type half-precision float.

Java documentation for android.util.Half.NEGATIVE_ZERO.

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