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 two elements: 1. success (boolean) 2. computed calc scalar value (double-precision).
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def QuickEvaluateForCalcScalarArray(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.






