GenericFloat64Value (object)¶
The GenericFloat64Value is a typed implementation of the GenericValue using a Float64.
Methods¶
GenericFloat64Value ( in Float64 value ) | |
GenericFloat64Value ( in GenericFloat64Value other ) | |
GenericFloat64Value () | |
GenericFloat64Value | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Float64 | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
set ! ( in Float64 value ) |
Methods in detail¶
GenericFloat64Value ( in Float64 value )
GenericFloat64Value ( in GenericFloat64Value other )
copy constructor
default constructor
GenericFloat64Value GenericFloat64Value.clone? ()
clone method
Boolean GenericFloat64Value.equals? ( in Ref<GenericValue> other )
return true if this value matches another one
Float64 GenericFloat64Value.get? ()
returns the contained value
Type GenericFloat64Value.getValueType? ()
returns the type of the value
UInt32 GenericFloat64Value.hash_? ()
returns a hash value for this
Boolean GenericFloat64Value.isArray? ()
returns true if this value contains an array
GenericFloat64Value.set! ( in Float64 value )
sets the contained value