Mts Multipurpose Elite Bedienungsanleitung Seite 253

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 662
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 252
1 2 ... 248 249 250 251 252 253 254 255 256 257 258 ... 661 662

Kommentare zu diesen Handbüchern

Keine Kommentare