Mts Multipurpose Elite Manual do Utilizador Página 253

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 662
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 252
IsInvalidNumber
Syntax
IsInvalidNumber(number)
Checks the validity of the supplied value.
Returns
This function returns 1 if the value being tested is invalid; otherwise, 0 (zero) is returned.
Example
IsInvalidNumber(PeakLoad)
Where PeakLoad is a non-array variable.
IsValidNumber
Returns “1” if the number is valid. Otherwise, it returns “0”.
Syntax
IsValidNumber(number)
Example
IsValidNumber(PeakLoad)
Where PeakLoad is a non-array variable.
LeastSquaresFit
The slope of the least squares fit of the array that contains Y-axis data and X-axis data between the start
and end indexes.
Returns
The slope of the least squares fit line calculated over the specified region.
Syntax
LeastSquaresFit(yVariable, xVariable, startIndex, endIndex)
Parameters
yVariable The Y-Axis data.
xVariable The X-Axis data.
StartIndex The starting index of the region.
EndIndex The ending index of the region.
MTS TestSuite | 253
Working with Variables
Vista de página 252
1 2 ... 248 249 250 251 252 253 254 255 256 257 258 ... 661 662

Comentários a estes Manuais

Sem comentários