IDeque<TValue>.begin_bias Method

Definition

Gets the bias of the beginning of the current sequence. The bias is the offset of the current element zero.

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

Returns

The bias of the beginning of the current sequence.

Applies to