Namespace: OpenEdge.Core
Class
DecimalArrayHolder
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object
Implements: Ccs.Common.Support.IDecimalArrayHolder

Copyright (c) 2016, 2019 by Progress Software Corporation. All rights reserved.
File:DecimalArrayHolder
Purpose:OO holder for an array of Decimal or int64 values
Author(s):pjudge
Created:2016-08-01
/* The value being held




Method Summary
Options Name Purpose
CHARACTER ToString ()

Constructor Summary
Options Name Purpose
DecimalArrayHolder () /* Default Constructor */
DecimalArrayHolder (decimal[]) /* Constructor @param decimal[] The Value array */
DecimalArrayHolder (integer) /* Constructor. @param integer The size of the array. Must be >0 */

Property Summary
Options Name Purpose
DECIMAL Value


Method Detail
Top

PUBLIC CHARACTER ToString ()

Returns CHARACTER


Constructor Detail
Top

PUBLIC DecimalArrayHolder ()

/* Default Constructor
Top

PUBLIC DecimalArrayHolder (decimal[])

/* Constructor
Parameters:
piValue DECIMAL
Top

PUBLIC DecimalArrayHolder (integer)

/* Constructor.
Parameters:
pSize INTEGER


Property Detail
Top

PUBLIC DECIMAL Value

Returns DECIMAL


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0