bdeSetNumberOfConsecutiveZeroCrossing
Takes model and num and sets the number of consecutive zero crossing. Used to help see if functions get stuck on zero.
Syntax
bdeSetNumberOfConsecutiveZeroCrossing(model, num)
Inputs
- model
- Model of which the number of consecutive zero crossing property is being set.
- num
- Value to set the number of consecutive zero crossing to.
Examples
model = bdeGetCurrentModel();
bdeSetNumberOfConsecutiveZeroCrossing(model, num)