Function - NANTOZERO
NaN values to Zero |
Technical
|
SYNTAX |
NaNtoZero( ARRAY array, ARRAY type) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Change NaN value to Zero in the specified array. Set zero to the parameter 'type' to update only the firsts NaN, Set one to update all NaN values |
ADDITIONAL INFO |
|
EXAMPLE |
NaNtoZero(rsi(14), 0) |
| |