Double.Size Field

Definition

The number of bits used to represent a double value.

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

Field Value

Value = 64
Attributes

Remarks

The number of bits used to represent a double value.

Added in 1.5.

Java documentation for java.lang.Double.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