Return results of computing individual scalars and their time derivatives within parameter set at the specified time.
| [Visual Basic .NET] |
|---|
Public Function CalculateWithDerivative( _ ByVal Epoch As System.Object _ ) As System.Array |
| [C#] |
|---|
public System.Array CalculateWithDerivative( |
| [Managed C++] |
|---|
public: System::Array CalculateWithDerivative( |
| [Java] |
|---|
public Object[] calculateWithDerivative( |
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
