CustomFunctionDefinition Class
CustomFunctionDefinition class
Definition of custom function for calculating with user’s custom engine.
type CustomFunctionDefinition struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewCustomFunctionDefinition | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetArrayModeParameters | Gets the indices of given custom function’s parameters that need to be calculated in array mode. |