Opc.Ua.Core
Implicit Type Conversion Operator (DoubleCollection)



Opc.Ua Namespace > DoubleCollection Class : Implicit Type Conversion Operator
an array of doubles to return as a collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal values() As Double _
) As DoubleCollection
'Usage
 
public DoubleCollection operator implicit( 
   double[] values
)
public:
operator DoubleCollection^ ( 
   array<double>^ values
)

Parameters

values
an array of doubles to return as a collection
Remarks
Converts an array to a collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DoubleCollection Class
DoubleCollection Members