GenericComplex_dArrayValue (object)¶
The GenericComplex_dArrayValue is a typed implementation of the GenericArrayValue using a Complex_d array element.
Methods¶
GenericComplex_dArrayValue ( in Complex_dArray value ) | |
GenericComplex_dArrayValue ( in GenericComplex_dArrayValue other ) | |
GenericComplex_dArrayValue () | |
GenericComplex_dArrayValue | clone ? () |
Boolean | equals ? ( in Ref<GenericValue> other ) |
Complex_d | get ? ( in Index index ) |
Complex_dArray | get ? () |
Type | getValueType ? () |
UInt32 | hash_ ? () |
Boolean | isArray ? () |
push ! ( in Complex_d value ) | |
resize ! ( in Size newSize ) | |
set ! ( in Index index, in Complex_d value ) | |
setCopy ! ( in Complex_dArray value ) | |
setShared ! ( in Complex_dArray value ) | |
Size | size ? () |
Methods in detail¶
GenericComplex_dArrayValue ( in Complex_dArray value )
value constructor
GenericComplex_dArrayValue ( in GenericComplex_dArrayValue other )
copy constructor
default constructor
GenericComplex_dArrayValue GenericComplex_dArrayValue.clone? ()
clone method
Boolean GenericComplex_dArrayValue.equals? ( in Ref<GenericValue> other )
return true if this value array matches another one
Complex_d GenericComplex_dArrayValue.get? ( in Index index )
returns an element the contained value array by index
Complex_dArray GenericComplex_dArrayValue.get? ()
returns the contained value array
Type GenericComplex_dArrayValue.getValueType? ()
returns the name of the value type
UInt32 GenericComplex_dArrayValue.hash_? ()
returns a hash value for this
Boolean GenericComplex_dArrayValue.isArray? ()
returns true if this value contains an array
GenericComplex_dArrayValue.push! ( in Complex_d value )
pushed an element to the contained value array
GenericComplex_dArrayValue.resize! ( in Size newSize )
resizes the contained value array
GenericComplex_dArrayValue.set! ( in Index index, in Complex_d value )
sets an element the contained value array by index
GenericComplex_dArrayValue.setCopy! ( in Complex_dArray value )
sets the contained value array (copying its contents)
GenericComplex_dArrayValue.setShared! ( in Complex_dArray value )
sets the contained value array (sharing the reference)
Size GenericComplex_dArrayValue.size? ()
returns the size of the contained value array