02.05.2014 Views

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Basics<br />

The definition of the IndexRange2 class is:<br />

public class IndexRange2 : IndexRangeKdBase<br />

{<br />

public IndexRange2 (Index2 begin, Index2 end);<br />

public IndexRange2 (IndexRange1 begin, IndexRange1 end);<br />

public Index2 Begin { get; }<br />

public override int Dim { get; }<br />

public Index2 End { get; }<br />

public Index2 Size { get; }<br />

public override int BeginVal (int dim);<br />

public override object Clone ();<br />

public bool Contains (Index2 val);<br />

public bool Contains (Index2 pos, Index2 begin, Index2 end);<br />

public override int EndVal (int dim);<br />

public override int GetHashCode ();<br />

public static IndexRange2 Intersection (IndexRange2 lhs,<br />

IndexRange2 rhs);<br />

protected override void SetBeginVal (int val, int dim);<br />

protected override void SetEndVal (int val, int dim);<br />

public static explicit operator IndexRange2 (IndexRange3 arg);<br />

public static explicit operator IndexRange2 (IndexRange4 arg);<br />

}<br />

4-106 <strong>Ocean</strong> Application Development Framework 2008.1<br />

<strong>Schlumberger</strong> Private

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!