ContainerBidirectionalIterator<TValue>.get_bias 方法
定义
获取迭代器的偏移。Gets the bias of the iterator. 偏移是迭代器相对于元素零的偏移量。The bias is the offset of the iterator from element zero.
public:
virtual int get_bias();
public virtual int get_bias ();
abstract member get_bias : unit -> int
override this.get_bias : unit -> int
Public Overridable Function get_bias () As Integer
返回
迭代器的偏移。The bias of the iterator.