bdeSetMinStepSize
Takes model and minSize and sets the minimum step size property.
Syntax
bdeSetMinStepSize(model, minSize)
Inputs
- model
- Model of which the minimum step size is being set.
- minSize
- Value to set the minimum step size to.
Examples
model = bdeGetCurrentModel();
bdeSetMinStepSize(model, minSize)