This topic has not yet been rated - Rate this topic

ConstContainerRandomAccessIterator<TValue>.distance Method (IRandomAccessIterator<TValue>)

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)
public virtual int distance(
	IRandomAccessIterator<TValue> _Right
)

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.Int32
The 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>)

.NET Framework

Supported in: 4.5, 4, 3.5

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.