IDeque<TValue>.begin_bias メソッド

定義

現在のシーケンスの先頭のバイアスを取得します。 バイアスとは、現在の要素ゼロを基準としたオフセットです。

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

戻り値

現在のシーケンスの先頭のバイアス。

適用対象