| COMPLEX_ | |
| Functions | |
| COMPLEX_. | This method is used internally to set the number of elements to 2 for all subclasses. |
| COMPLEX_.to_s | Display name of this type. |
| COMPLEX_. | Get default value for this type. |
| COMPLEX_. | Get element type. |
| COMPLEX_. | Get corresponding COMPLEX type based on 32-bit integers. |
| COMPLEX_. | Get corresponding floating-point version to this type. |
| COMPLEX_. | Ruby coercion mechanism. |
| COMPLEX_. | Native coercion. |
| COMPLEX_.== | Comparison operator. |
| Related | |
| Constants | |
| Complex type shortcuts | |
| Functions | |
| COMPLEX | Construct complex class. |
| Constants | |
| Complex type shortcuts | |
| Functions | |
| COMPLEX | Construct complex class. |
This method is used internally to set the number of elements to 2 for all subclasses.
def COMPLEX_.inherited( subclass )
Display name of this type.
def COMPLEX_.to_s
Get default value for this type.
def COMPLEX_.default
Get element type.
def COMPLEX_.scalar
Get corresponding COMPLEX type based on 32-bit integers.
def COMPLEX_.maxint
Get corresponding floating-point version to this type.
def COMPLEX_.float
Ruby coercion mechanism.
def COMPLEX_.coercion( other )
Native coercion.
def COMPLEX_.coerce( other )
Comparison operator.
def COMPLEX_.==( other )
Construct complex class.
def COMPLEX( element_type )