Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride ReadOnly Property Item( _ ByVal name As String _ ) As MathFunction |
C# | |
---|---|
public abstract MathFunction Item( string name ) {get;} |
C++/CLI | |
---|---|
public: abstract property MathFunction^ Item { MathFunction^ get(String^ name); } |
Parameters
- name
- Name of the math function.
Property Value
A handle to the MathFunction or null.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)