Constructors: NewDecimals

NewDecimals

Initializes a Decimal array with elements copied from Values.



 Public Function NewDecimals(
	  ParamArray Values ( ) As Variant ) As Variant ( )

Parameters

Values
[ByRef] Variant. The values to create the array from.

Return Values

Variant() - 

Remarks

The values need to be convertable to a Decimal or an exception will occur.

The array is zero-based.

If no values are passed in then an empty array is returned, not a null array.

See Also

Project CorLib Overview

Class Constructors Overview