public class ApCoef extends Object
Constructor and Description |
---|
ApCoef()
Constructor.
|
ApCoef(double[] inAp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getAp()
Getter for AP.
|
void |
setAp(double[] inAp)
Setter for AP.
|
void |
setAp(int position,
int value)
Setter for a specific element of the AP array.
|
public ApCoef()
public ApCoef(double[] inAp)
inAp
- magnetic valuespublic double[] getAp()
public void setAp(double[] inAp)
inAp
- the ap to setpublic void setAp(int position, int value)
position
- position in the array.value
- new value.Copyright © 2019 CNES. All Rights Reserved.