IBaseIterator<TValue>.get_bias メソッド

定義

反復子のバイアスを取得します。 バイアスとは、要素ゼロを基準とした反復子のオフセットです。

public:
 int get_bias();
public int get_bias ();
abstract member get_bias : unit -> int
Public Function get_bias () As Integer

戻り値

反復子のバイアス。

適用対象