The available functions. A function(x,y) uses some combination of two scalar arguments x and y as well as one to three constant coefficients a, b, c.
Read-only property
[Visual Basic .NET] |
---|
Public Property AvailableFunctions() As System.Array |
[C#] |
---|
public System.Array AvailableFunctions {get;} |
[Managed C++] |
---|
public: __property System::Array get_AvailableFunctions(); |
[Unmanaged C++] |
---|
public: HRESULT get_AvailableFunctions( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAvailableFunctions(); |