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