Create( ) method (DECIMAL)
(Windows only; GUI for .NET only)Use this set of Create( ) method overloads to initialize DECIMAL values in ABL.
Note: This method is used primarily by the Visual Designer during code generation. You should not expect to use this method directly.Return type: DECIMAL
Access: PUBLIC STATIC
Applies to: Progress.Util.DecimalHelper class
method-parameters
A CHARACTER expression that contains one or more parameters for this method (based on the method overload).Table 125 describes the Create( ) method overloads for initializing DECIMAL values.
The following example uses this method to initialize a DECIMAL variable with the value 23.45, and then displays the result:
See also: Create( ) method (CHARACTER), Create( ) method (DATETIME)
OpenEdge Release 10.2B
|