BdsApi
3.0.12
This is the Blacknest BDS API.
|
This class defines an entry in a Polynomial coefficient table. More...
#include <BdsD.h>
Public Member Functions | |
PolynomialEntry (BFloat64 coefficient=0, BFloat64 plusError=0, BFloat64 minusError=0, BString measurementMethod=BString()) | |
Public Attributes | |
BFloat64 | coefficient |
The coefficient. More... | |
BFloat64 | plusError |
Plus uncertainty or error in measured value. More... | |
BFloat64 | minusError |
Minus uncertainty or error in measured value. More... | |
BString | measurementMethod |
The measurement method. More... | |
This class defines an entry in a Polynomial coefficient table.
Bds::PolynomialEntry::PolynomialEntry | ( | BFloat64 | coefficient = 0 , |
BFloat64 | plusError = 0 , |
||
BFloat64 | minusError = 0 , |
||
BString | measurementMethod = BString() |
||
) |
BFloat64 Bds::PolynomialEntry::coefficient |
The coefficient.
BString Bds::PolynomialEntry::measurementMethod |
The measurement method.
BFloat64 Bds::PolynomialEntry::minusError |
Minus uncertainty or error in measured value.
BFloat64 Bds::PolynomialEntry::plusError |
Plus uncertainty or error in measured value.