Evaluates the scalar calculation at the
specified time instant. The result is a scalar value and its rate
of change.
| [Visual Basic .NET] |
|---|
Public Function EvaluateWithRate( _
ByVal Epoch As System.Object _
) As IAgCrdnEvaluateWithRateResult
|
| [C#] |
|---|
public IAgCrdnEvaluateWithRateResult EvaluateWithRate(
|
| [Managed C++] |
|---|
public: IAgCrdnEvaluateWithRateResult^ EvaluateWithRate(
|
| [Java] |
|---|
public IAgCrdnEvaluateWithRateResult evaluateWithRate(
|
| [Unmanaged C++] |
|---|
public: HRESULT EvaluateWithRate(
|
- Epoch
- Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.