Share via


Half.Size Field

Definition

The number of bits used to represent a half-precision float value.

[Android.Runtime.Register("SIZE", ApiSince=26)]
public const int Size = 16;
[<Android.Runtime.Register("SIZE", ApiSince=26)>]
val mutable Size : int

Field Value

Value = 16
Attributes

Remarks

The number of bits used to represent a half-precision float value.

Java documentation for android.util.Half.SIZE.

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