SimpleNamedKernelIntParameter
A simple implementation of a named kernel parameter that handles integer values.
Parameters
name
The name of the parameter, used for identifying it in command-line arguments.
Constructors
Link copied to clipboard
Creates an instance of SimpleNamedKernelIntParameter and initializes it with a name and a parsing logic that converts a string argument to an integer.