Numeric
- class pyarts.arts.Numeric
IEEE 754 binary64 floating point number
Workspace methods that can generate Numeric
Workspace methods that require Numeric
Workspace variables of type Numeric
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.Numeric) -> None
Create default
__init__(self: pyarts.arts.Numeric, arg0: float) -> None
Create from
float
__init__(self: pyarts.arts.Numeric, arg0: object) -> None
Try to cast from any python type
__init__(self: pyarts.arts.Numeric, arg0: int) -> None
Create from
int
__init__(self: pyarts.arts.Numeric, val: pyarts.arts.Numeric) -> None
Copy instance
__init__(self: pyarts.arts.Numeric, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
readxml
(self, file)Read Numeric from file
savexml
(self, file[, type, clobber])Saves Numeric to file
Attributes
Value of instance as
float