Compute "a" + "b".
Compute "a" + "b". If "a" is null, returns null.
Compute "a" + "b".
Compute "a" + "b".
One of the two arguments may be null, in which case the function returns the non-null argument. If both arguments are null, the function returns null. If both arguments are non-null, both arguments must be of the same length.
Compute "a" / "b".
Compute "a" / "b". If "a" is null, returns null.
Compute "a" / "b".
Compute "a" / "b".
One of the two arguments may be null, in which case the function returns the non-null argument. If both arguments are null, the function returns null. If both arguments are non-null, both arguments must be of the same length.
Compute "a" * "b".
Compute "a" * "b". If "a" is null, returns null.
Compute "a" * "b".
Compute "a" * "b".
One of the two arguments may be null, in which case the function returns the non-null argument. If both arguments are null, the function returns null. If both arguments are non-null, both arguments must be of the same length.
Compute "a" - "b".
Compute "a" - "b". If "a" is null, returns null.
Compute "a" - "b".
Compute "a" - "b".
One of the two arguments may be null, in which case the function returns the non-null argument. If both arguments are null, the function returns null. If both arguments are non-null, both arguments must be of the same length.
Functions for combining two arrays of Floats.
In all of these functions, one of the two arguments may be null, in which case the function returns the non-null argument. If both arguments are null, the function returns null. If both arguments are non-null, both arguments must be of the same length.
User: Greg Snider Date: Nov 12, 2010 Time: 8:03:11 AM