Package | Description |
---|---|
fr.cnes.sirius.patrius.math.dfp |
Modifier and Type | Method and Description |
---|---|
DfpField |
Dfp.getField()
|
Constructor and Description |
---|
Dfp(DfpField fieldIn)
Makes an instance with a value of zero.
|
Dfp(DfpField fieldIn,
byte x)
Create an instance from a byte value.
|
Dfp(DfpField fieldIn,
byte signIn,
byte nansIn)
Creates an instance with a non-finite value.
|
Dfp(DfpField fieldIn,
double x)
Create an instance from a double value.
|
Dfp(DfpField fieldIn,
int x)
Create an instance from an int value.
|
Dfp(DfpField fieldIn,
long xIn)
Create an instance from a long value.
|
Dfp(DfpField fieldIn,
String s)
Create an instance from a String representation.
|
DfpDec(DfpField factory)
Makes an instance with a value of zero.
|
DfpDec(DfpField factory,
byte x)
Create an instance from a byte value.
|
DfpDec(DfpField factory,
byte sign,
byte nans)
Creates an instance with a non-finite value.
|
DfpDec(DfpField factory,
double x)
Create an instance from a double value.
|
DfpDec(DfpField factory,
int x)
Create an instance from an int value.
|
DfpDec(DfpField factory,
long x)
Create an instance from a long value.
|
DfpDec(DfpField factory,
String s)
Create an instance from a String representation.
|
Copyright © 2021 CNES. All rights reserved.