Home Manual Reference Source Test Repository
import ComplexField from '@aureooms/js-complex/src/ComplexField.js'
public class | source

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
public

from(object: *, representation: *): *

public

from_number(number: *): *

public

from_string(string: *, representation: *): *

public

toString(): *

Public Constructors

public constructor(name: *, representation: *) source

Params:

NameTypeAttributeDescription
name *
representation *

Public Members

public name: * source

public representation: * source

Public Methods

public $0(): * source

Return:

*

public $1(): * source

Return:

*

public $j(): * source

Return:

*

public characteristic(): * source

Return:

*

public from(object: *, representation: *): * source

Params:

NameTypeAttributeDescription
object *
representation *
  • optional
  • default: undefined

Return:

*

public from_number(number: *): * source

Params:

NameTypeAttributeDescription
number *

Return:

*

public from_string(string: *, representation: *): * source

Params:

NameTypeAttributeDescription
string *
representation *
  • optional
  • default: COMPLEX_DEFAULT_DISPLAY

Return:

*

public toString(): * source

Return:

*