AGI STK Objects 11Send comments on this topic.
Add Method (IAgTransferFunctionPolynomialCollection)
See Also 
coefficient
Windows






Windows & Linux

Description

Adds a new coefficient.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal coefficient As Double _
) 
[C#]
public void Add(
   double coefficient
);
[Managed C++]
public: void Add(
   double coefficient
);
[Java]
public  add(
   double coefficient
);
[Unmanaged C++]
public: HRESULT Add(
   double coefficient
);

Parameters

coefficient

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.