| OpendTect User Documentation version 3.2 | ||
|---|---|---|
| Prev | Next | |
X0 == X1 returns 1 if X0 equals X1, 0 is returned if the statement is false, i.e. X0 is not equal to X1.
X0 != X1 returns 1 if X0 is not equal to X1 and 0 if X0 equals X1.
X0 && X1 returns 1 if X0 and X1 are not equal to 0. If one of these equals zero a 0 is returned.
X0 || X1 returns 1 if X0 or X1 is not equal to 0. If both are zero a 0 is returned.
|X0| returns the absolute value of X0.
X0 > 1 ? X1 : X2 means if X0 is larger than 1 return X1, else return X2.
sin(X0) returns the sine of X0.
Select Mathematics attribute
Enter formula: x0 / x1
Press Set
Select 'Cube1' for x0 and 'Energy40' for x1
Provide a name for the attribute, and press Add as new

| Prev | Home | Next |
| Match Delta | Up | Position |