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 />

public static IndexDouble3 Subtract(double val, IndexDouble3 p1);<br />

public static IndexDouble3 Subtract(IndexDouble3 p1, double val);<br />

public static IndexDouble3 Subtract(IndexDouble3 p1,<br />

IndexDouble3 p2);<br />

public static double Sum(IndexDouble3 p1);<br />

public Index3 ToIndex3();<br />

public Index3 ToIndex3(RoundingMethod rounding);<br />

public override string ToString();<br />

public static IndexDouble3 Zero();<br />

}<br />

The IndexDouble4 class definition is:<br />

public sealed class IndexDouble4 : ICloneable<br />

{<br />

public IndexDouble4();<br />

public IndexDouble4(IndexDouble4 rhs);<br />

public IndexDouble4(double i, double j, double k, double l);<br />

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

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

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

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

IndexDouble4 p2);<br />

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

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

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

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

IndexDouble4 p2);<br />

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

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

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

IndexDouble4 p2);<br />

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