.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.FloatCollection Class Reference

A collection of Float values. More...

Inherits List< Single >, and ICloneable.

Public Member Functions

 FloatCollection ()
 Creates an empty list. More...
 
 FloatCollection (IEnumerable< Single > values)
 Creates a list and initializes it with another list. More...
 
 FloatCollection (int capacity)
 Creates a list with the specified capacity. More...
 
object Clone ()
 Creates a deep copy of the object. More...
 

Static Public Member Functions

static implicit operator FloatCollection (Single[] values)
 Converts an array to a collection. More...
 
static operator Single[] (FloatCollection values)
 Converts a collection to an array. More...
 

Detailed Description

A collection of Float values.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.FloatCollection.FloatCollection ( )
inline

Creates an empty list.

UnifiedAutomation.UaBase.FloatCollection.FloatCollection ( IEnumerable< Single >  values)
inline

Creates a list and initializes it with another list.

Parameters
valuesThe list to copy.
UnifiedAutomation.UaBase.FloatCollection.FloatCollection ( int  capacity)
inline

Creates a list with the specified capacity.

Parameters
capacityThe number of elements to allocate.

Member Function Documentation

object UnifiedAutomation.UaBase.FloatCollection.Clone ( )
inline

Creates a deep copy of the object.

static implicit UnifiedAutomation.UaBase.FloatCollection.operator FloatCollection ( Single[]  values)
inlinestatic

Converts an array to a collection.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.
static UnifiedAutomation.UaBase.FloatCollection.operator Single[] ( FloatCollection  values)
inlineexplicitstatic

Converts a collection to an array.

Parameters
valuesThe values to copy.
Returns
A collection initialized with the values.

The documentation for this class was generated from the following file: