AGI STK VGT 11Send comments on this topic.
QuickEvaluateWithRateArray Method (IAgCrdnCalcScalar)
See Also 
Times
Windows






Windows & Linux

Description

Evaluates the scalar calculation over the array of times provided by an Event Array component. It returns an array corresponding to the input times. Each element of this array is itself an array with three elements, the first element being of boolean type indicating whether the computation succeeded, followed by two double-precision values one representing the computed scalar value and the last element representing the scalar's rate of change.

Syntax

[Visual Basic .NET]
Public Function QuickEvaluateWithRateArray( _
   ByRef Times As System.Array _
) As System.Array
[C#]
public System.Array QuickEvaluateWithRateArray(
   ref System.Array Times
);
[Managed C++]
public: System::Array QuickEvaluateWithRateArray(
   System::Array ^^ Times
);
[Java]
public Object[] quickEvaluateWithRateArray(
   Object[] Times
);
[Unmanaged C++]
public: HRESULT QuickEvaluateWithRateArray(
   SAFEARRAY ** Times,
   SAFEARRAY ** Array
);

Parameters

Times

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.