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 |
[C#] |
---|
public System.Array Calculate( System.Object Epoch ); |
[Managed C++] |
---|
public: System::Array Calculate( VARIANT Epoch ); |
[Java] |
---|
public VariantArray calculate( VARIANT Epoch ); |
- Epoch