IDeque<TValue>.begin_bias 方法
定义
获取当前序列开始处的偏移。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
返回
当前序列开始处的偏移。The bias of the beginning of the current sequence.