HOME > テクニカルサポート > 製品 一覧 > SigmaPlot > ユーザーガイド > トランスフォーム関数一覧
ヒューリンクステクニカルサポート
皆様からのご質問のうち、よくある質問を掲載しました。
更新日: 14/05/08

abs

関数 abs は、指定範囲内にある各数値の絶対値を返します。

構文

abs(numbers)

引数 numbers には、スカラーまたは範囲で与えられた数値を指定します。範囲内に欠損値や文字列が含まれる場合は、いずれも無視され、文字列または欠損値を返します。

 

 

abs

The abs function returns the absolute value for each number in the specified range.

Syntax

abs(numbers)

The numbers argument can be a scalar or range of numbers. Any missing value or text string contained within a range is ignored and returned as the string or missing value.

 

Example

The operation col(2) = abs(col(1)) places the absolute values of the data in column 1 in column 2.

 

 

前のページにもどる