CustomFunctionDefinition Class

CustomFunctionDefinition class

Definition of custom function for calculating with user’s custom engine.


type CustomFunctionDefinition struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCustomFunctionDefinitionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.