STK AgCrdnPluginSend comments on this topic.
Evaluate Method (IAgCrdnConfiguredCalcScalarWithRate)
See Also
Scale
WholeDays
SecsIntoDay
Value
Rate
Windows





Windows & Linux

Description

Computes the Scalar value and rate in internal units at the given time

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
    ByVal Scale As AgEUtTimeScale, _
    ByVal WholeDays As Integer, _
    ByVal SecsIntoDay As Double, _
    ByRef Value As Double, _
    ByRef Rate As Double _
) As Boolean
[C#]
public bool Evaluate(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    ref double Value,
    ref double Rate
);
[Managed C++]
public: bool Evaluate(
    AgEUtTimeScale Scale,
    int WholeDays,
    double SecsIntoDay,
    double ^ Value,
    double ^ Rate
);
[Unmanaged C++]
public: HRESULT Evaluate(
    AgEUtTimeScale Scale,
    long WholeDays,
    double SecsIntoDay,
    double * Value,
    double * Rate,
    VARIANT_BOOL * pResult
);

Parameters

Scale
WholeDays
SecsIntoDay
Value
Rate

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.