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 IndexDouble2 class definitions are:<br />

public sealed class IndexDouble2 : ICloneable<br />

{<br />

public IndexDouble2();<br />

public IndexDouble2(IndexDouble2 rhs);<br />

public IndexDouble2(double i, double j);<br />

public static IndexDouble2 operator -(IndexDouble2 p1);<br />

public static IndexDouble2 operator -(double val, IndexDouble2 p1);<br />

public static IndexDouble2 operator -(IndexDouble2 p1, double val);<br />

public static IndexDouble2 operator -(IndexDouble2 p1,<br />

IndexDouble2 p2);<br />

public static bool operator !=(IndexDouble2 p1, IndexDouble2 p2);<br />

public static IndexDouble2 operator *(double val, IndexDouble2 p1);<br />

public static IndexDouble2 operator *(IndexDouble2 p1, double val);<br />

public static IndexDouble2 operator *(IndexDouble2 p1,<br />

IndexDouble2 p2);<br />

public static IndexDouble2 operator /(double val, IndexDouble2 p1);<br />

public static IndexDouble2 operator /(IndexDouble2 p1, double val);<br />

public static IndexDouble2 operator /(IndexDouble2 p1,<br />

IndexDouble2 p2);<br />

public static IndexDouble2 operator +(double val, IndexDouble2 p1);<br />

public static IndexDouble2 operator +(IndexDouble2 p1, double val);<br />

public static IndexDouble2 operator +(IndexDouble2 p1,<br />

IndexDouble2 p2);<br />

public static bool operator ==(IndexDouble2 p1, IndexDouble2 p2);<br />

public static explicit operator IndexDouble2(double[] arg);<br />

public static explicit operator IndexDouble2(Index2 arg);<br />

public static explicit operator IndexDouble2(IndexDouble3 arg);<br />

public static explicit operator IndexDouble2(IndexDouble4 arg);<br />

public static implicit operator double[](IndexDouble2 arg);<br />

public double I { get; set; }<br />

public double J { get; set; }<br />

public double this[int pos] { get; set; }<br />

4-92 <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!