FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Abs
 
Purpose
Computes the absolute value of a numeric expression.
Syntax
Abs (NumericExpression)


NumericExpression
Abs returns the unsigned magnitude of any numeric expression. For example, Abs(-21) returns 21 and Abs(21) returns 21. The return value from the Abs function will be of the same type as that of the argument.

Example
Sub Main()
        Print "Absolute value of .3456 is:",
Abs(.3456)
        Print "Absolute value of -.3456 is:",
Abs(.3456)
End Sub

 

Copyright(C) 2002-2011 FC Management Co. All Rights Reserved