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