GenericComplex_dValue (object)

The GenericComplex_dValue is a typed implementation of the GenericValue using a Complex_d.

GenericComplex_dValue GenericComplex_dValue GenericComplex_dValue GenericValue GenericValue GenericComplex_dValue->GenericValue

Methods

  GenericComplex_dValue ( in Complex_d value )
  GenericComplex_dValue ( in GenericComplex_dValue other )
  GenericComplex_dValue ()
GenericComplex_dValue clone ? ()
Boolean equals ? ( in Ref<GenericValue> other )
Complex_d get ? ()
Type getValueType ? ()
UInt32 hash_ ? ()
Boolean isArray ? ()
  set ! ( in Complex_d value )

Methods in detail

GenericComplex_dValue ( in Complex_d value )


GenericComplex_dValue ( in GenericComplex_dValue other )

copy constructor


GenericComplex_dValue ()

default constructor


GenericComplex_dValue GenericComplex_dValue.clone? ()

clone method


Boolean GenericComplex_dValue.equals? ( in Ref<GenericValue> other )

return true if this value matches another one


Complex_d GenericComplex_dValue.get? ()

returns the contained value


Type GenericComplex_dValue.getValueType? ()

returns the type of the value


UInt32 GenericComplex_dValue.hash_? ()

returns a hash value for this


Boolean GenericComplex_dValue.isArray? ()

returns true if this value contains an array


GenericComplex_dValue.set! ( in Complex_d value )

sets the contained value