共用方式為


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

屬性值

適用於