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






Windows & Linux

Description

Evaluates the scalar calculation, and rate, over an array of times, entered as strings in the Scenario date unit. It returns an array corresponding to the input times...

Syntax

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

Parameters

Times

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.