DDS::DoubleSeq Class Reference
[Built-in Sequences]

Instantiates DDS::Sequence < System::Double >. More...

#include <managed_infrastructure.h>

Inheritance diagram for DDS::DoubleSeq:

DDS::Sequence< System::Double >

List of all members.

Public Member Functions

 DoubleSeq ()
 Constructs an empty sequence of doubles with an initial maximum of zero.
 DoubleSeq (System::Int32 max)
 Constructs an empty sequence of doubles with the given initial maximum.
 DoubleSeq (DoubleSeq^ doubles)
 Constructs a new sequence containing the given doubles.


Detailed Description

Instantiates DDS::Sequence < System::Double >.

Instantiates:
<<generic>> DDS::Sequence
See also:
System::Double

DDS::Sequence


Constructor & Destructor Documentation

DDS::DoubleSeq::DoubleSeq (  )  [inline]

Constructs an empty sequence of doubles with an initial maximum of zero.

DDS::DoubleSeq::DoubleSeq ( System::Int32  max  )  [inline]

Constructs an empty sequence of doubles with the given initial maximum.

DDS::DoubleSeq::DoubleSeq ( DoubleSeq^   doubles  )  [inline]

Constructs a new sequence containing the given doubles.

Parameters:
doubles the initial contents of this sequence


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc