Each input calc scalar in calcArrayVec is evaluated at the specified time instant returning the results as an array of elements, where each element is itself an array with three elements: 1. success (boolean) 2. computed calc scalar value (double-precision) 3.computed value rate (double-precision).
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def QuickEvaluateWithRateForCalcScalarArray(self, Epoch:typing.Any, CalcArrayVec:list) -> list: |
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
- CalcArrayVec
- An array of calc scalars to be evaluated.






