(The documentation of function realParameterNotNegative)
Last Update: 2022/9/2
◆機能・用途(Purpose)
実数パラメータの値が負でなければならない旨の
エラーメッセージを出力してプログラムを終了する。
Display a message to inform that
the value of a real-number parameter must be negative,
and finish the program as an error.
エラー :
パラメータparameterNameの値として
parameterValueが指定されましたが、
この値は負でなければなりません。
ERROR :
parameterValue was specified for
parameter "parameterName",
which must be negative.