共用方式為


UniformNumericOption.Step 屬性

定義

取得這個選項的步驟。 Step用來判斷這個選項應該分成的格線數目。 在 中 ChoiceOption ,它一律是 的 Choices 長度。 在 中 UniformNumericOption ,它一律為 [null]。 在 中 SearchSpace ,它是其選項中的所有組合 Step

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

屬性值

適用於