UniformNumericOption.Step Property

Definition

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)()

Property Value

Applies to