SearchSpace.Step Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the step of this option. The Step is used to determine the number of grid this option should be divided into. In ChoiceOption, it's always the length of Choices. And in UniformNumericOption, it's always [null]. And in SearchSpace, it's a combination of all Step in its options.
public override int?[] Step { get; }
member this.Step : Nullable<int>[]
Public Overrides ReadOnly Property Step As Nullable(Of Integer)()