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(
|
| [Managed C++] |
|---|
public: System::Array Calculate(
|
| [Java] |
|---|
public Object[] calculate(
|
- 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.