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