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