Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Create( _ ByVal name As String _ ) As MathFunction |
C# | |
---|---|
public abstract MathFunction Create( string name ) |
C++/CLI | |
---|---|
public: abstract MathFunction^ Create( String^ name ) |
Parameters
- name
- Name for the math function.
Return Value
A handle to the new MathFunction.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)