Computes the Scalar value in internal units at the given time
[Visual Basic .NET] |
---|
Public Function Evaluate( _ ByVal Scale As AgEUtTimeScale, _ ByVal WholeDays As Integer, _ ByVal SecsIntoDay As Double, _ ByRef Value As Double _ ) As Boolean |
[C#] |
---|
public bool Evaluate( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay, ref double Value ); |
[Managed C++] |
---|
public: bool Evaluate( AgEUtTimeScale Scale, int WholeDays, double SecsIntoDay, double ^ Value ); |
[Unmanaged C++] |
---|
public: HRESULT Evaluate( AgEUtTimeScale Scale, long WholeDays, double SecsIntoDay, double * Value, VARIANT_BOOL * pResult ); |
- Scale
- WholeDays
- SecsIntoDay
- Value