ComplexField
Constructor Summary
| Public Constructor | ||
| public |
constructor(name: *, representation: *) |
|
Member Summary
| Public Members | ||
| public |
name: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
$0(): * |
|
| public |
$1(): * |
|
| public |
$j(): * |
|
| public |
characteristic(): * |
|
| public |
from(object: *, representation: *): * |
|
| public |
from_number(number: *): * |
|
| public |
from_string(string: *, representation: *): * |
|
| public |
toString(): * |
|
Public Constructors
public constructor(name: *, representation: *) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| representation | * |
Public Methods
public from(object: *, representation: *): * source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| representation | * |
|
Return:
| * |
public from_string(string: *, representation: *): * source
Params:
| Name | Type | Attribute | Description |
| string | * | ||
| representation | * |
|
Return:
| * |