Home > Objects > @iFunc > sign.m

iFit/sign

PURPOSE ^

b = sign(s) : sign of iFunc object

SYNOPSIS ^

function a = sign(a)

DESCRIPTION ^

 b = sign(s) : sign of iFunc object

   @iFunc/sign function to return the sign of data sets
   This function computes the sign of the object 's', i.e
   -1 for negative values, 0 for null, and +1 for positive values.

 input:  s: object or array (iFunc)
 output: b: object or array (iFunc)
 ex:     b=sign(a);

 Version: Nov. 26, 2018
 See also iFunc, iFunc/sign, iFunc/isreal, iFunc/isfinite, iFunc/isnan,
          iFunc/isinf, iFunc/isfloat, iFunc/isinterger,
          iFunc/isnumeric, iFunc/islogical, iFunc/isscalar,
          iFunc/isvector, iFunc/issparse

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1