Description
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.
Property type
Read-only property
Syntax
[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 Object[] getAvailableFunctions();
|
See Also