Constructors: NewInt64s

NewInt64s

Initializes an Int64 array with elements copied from Values.



 Public Function NewInt64s(
	  ParamArray Values ( ) As Variant ) As Int64 ( )

Parameters

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

Return Values

Int64() - 

Remarks

The values need to be convertable to a Int64 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