Share via


Float.Precision Field

Definition

The number of bits in the significand of a float value.

[Android.Runtime.Register("PRECISION", ApiSince=35)]
public const int Precision = 24;
[<Android.Runtime.Register("PRECISION", ApiSince=35)>]
val mutable Precision : int

Field Value

Value = 24
Attributes

Remarks

The number of bits in the significand of a float value. This is the parameter N in section {

Added in 19.

Java documentation for java.lang.Float.PRECISION.

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