DDS::Sequence
< System::Double >.
More...
#include <managed_infrastructure.h>
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. |
DDS::Sequence
< System::Double >.
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.
doubles | the initial contents of this sequence |