apex 言语のリファレンス / system 名前空间 / decimal クラス decimal クラス decimal プリミティブデータ型のメソッドが含まれます。 名前空间 system 使用方法 数値的には同等だがスケールが异なる 2 つの decimal オブジェクトがある场合 (1.1 と 1.10 など)、それらのオブジェクト...
开发者ID:apex-hughin,项目名称:LyX,代码行数:45,代码来源:Validator.cpp 示例13: fromString ▲点赞 1▼ QVariant KexiTextFormatter::fromString(constQString& text)const{if(!d->field)returnQVariant();switch(d->field->type()) {caseKDbField::Text:caseKDbField::LongText:returntext;caseKDbField:...
returns the scale of the decimal, that is, the number of decimal places. signature public integer scale() return value type: integer example decimal mydecimal = 9.27400968 ; system . assertequals ( 8 , mydecimal . scale ( ) ) ; setscale(scale) returns the decimal scaled to the spec...