Class used internally to represent native booleans.
| FLOAT_ | Class used internally to represent native booleans. |
| Properties | |
| FLOAT_. | Get boolean value specifying whether this class represents single- or double-precision floating-point numbers. |
| FLOAT_. | Get boolean value specifying whether this class represents single- or double-precision floating-point numbers. |
| Functions | |
| FLOAT_.to_s | Display name of this type. |
| FLOAT_. | Return default value for this type. |
| FLOAT_. | Used internally. |
| FLOAT_. | Get memory size of this type. |
| FLOAT_. | Descriptor for Array.pack and String.unpack. |
| FLOAT_. | Ruby coercion mechanism. |
| FLOAT_. | Native coercion. |
| FLOAT_.== | Ruby comparison operator. |
| Related | |
| Constants | |
| Single- or double precision | To be used with the method INT. |
| Floating-point type shortcuts | |
| Functions | |
| FLOAT | Construct floating-point class. |
| Constants | |
| Single- or double precision | To be used with the method INT. |
| Floating-point type shortcuts | |
| Functions | |
| FLOAT | Construct floating-point class. |
To be used with the method INT.
| SINGLE | false |
| DOUBLE | true |
Display name of this type.
def FLOAT_.to_s
Return default value for this type.
def FLOAT_.default
Used internally.
def FLOAT_.float
Get memory size of this type.
def FLOAT_.typesize
Descriptor for Array.pack and String.unpack.
def FLOAT_.descriptor
Ruby coercion mechanism.
def FLOAT_.coercion( other )
Native coercion.
def FLOAT_.coerce( other )
Ruby comparison operator.
def FLOAT_.==( other )
Construct floating-point class.
def FLOAT( double )