OptionBase.Step 属性

定义

获取此选项的步骤。 用于 Step 确定此选项应划分为的网格数。 在, ChoiceOption它始终是长度 Choices。 在 中 UniformNumericOption,它始终为 [null]。 而且 SearchSpace,它是所有 Step 选项的组合。

public abstract int?[] Step { get; }
member this.Step : Nullable<int>[]
Public MustOverride ReadOnly Property Step As Nullable(Of Integer)()

属性值

适用于