ConstContainerRandomAccessIterator<TValue>.distance Method (IRandomAccessIterator<TValue>)
.NET Framework 4.5
Determines the distance between the element that the current iterator is pointing to and the element that the given iterator is pointing to.
Namespace: Microsoft.VisualC.StlClr.Generic
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
Parameters
- _Right
- Type: Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue>
A valid iterator that points to the same container as the current iterator.
Return Value
Type: System.Int32The distance, in number of elements, between the element that the current iterator is pointing to and the element that _Right is pointing to. This number is negative if _Right points to an element that is before the element that the current iterator points to.
Implements
IRandomAccessIterator<TValue>.distance(IRandomAccessIterator<TValue>)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.