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