Return results of computing individual scalars within parameter set at the specified time.
[Visual Basic .NET] |
---|
Public Function Calculate( _ ByVal Epoch As System.Object _ ) As System.Array |
[C#] |
---|
public System.Array Calculate( System.Object Epoch ); |
[Managed C++] |
---|
public: System::Array Calculate( VARIANT Epoch ); |
[Java] |
---|
public AgSafeArray calculate( AgVariant Epoch ); |
[Python - STK API ] |
---|
def Calculate(self, Epoch:typing.Any) -> 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.