バージョン

GetFirstDistinctMonotonicNumericPropertyWithEvenSpacing メソッド

指定された確認量に対して単調に増減し、均等な間隔を持つ、個別の値を持つ最初の数値プロパティを取得します。
シンタックス
'宣言
 
Public Function GetFirstDistinctMonotonicNumericPropertyWithEvenSpacing( _
   ByVal distinctCheckThreshold As Integer _
) As String
public string GetFirstDistinctMonotonicNumericPropertyWithEvenSpacing( 
   int distinctCheckThreshold
)

パラメータ

distinctCheckThreshold
一意性のために確認する項目の数。

戻り値の型

一貫的に増減する一意の値を持つ最初の数値プロパティ。
参照