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