Evaluates the scalar calculation over the array of times provided by an Event Array component. It returns an array corresponding to the input times...
[Visual Basic .NET] |
---|
Public Function QuickEvaluateWithRateArray( _ ByVal Times As System.Array _ ) As |
[C#] |
---|
public System.Array QuickEvaluateWithRateArray( System.Array Times ); |
[Managed C++] |
---|
public: System::Array QuickEvaluateWithRateArray( System::Array ^ Times ); |
[Java] |
---|
public VariantArray quickEvaluateWithRateArray( VariantArray Times ); |
- Times