DDS::Sequence
< DDS::LongDouble >.
More...
#include <managed_infrastructure.h>
Public Member Functions | |
LongDoubleSeq () | |
Constructs an empty sequence of long doubles with an initial maximum of zero. | |
LongDoubleSeq (System::Int32 max) | |
Constructs an empty sequence of long doubles with the given initial maximum. | |
LongDoubleSeq (LongDoubleSeq^ doubles) | |
Constructs a new sequence containing the given long doubles. |
DDS::Sequence
< DDS::LongDouble >.
DDS::LongDoubleSeq::LongDoubleSeq | ( | ) | [inline] |
Constructs an empty sequence of long doubles with an initial maximum of zero.
DDS::LongDoubleSeq::LongDoubleSeq | ( | System::Int32 | max | ) | [inline] |
Constructs an empty sequence of long doubles with the given initial maximum.
DDS::LongDoubleSeq::LongDoubleSeq | ( | LongDoubleSeq^ | doubles | ) | [inline] |
Constructs a new sequence containing the given long doubles.
doubles | the initial contents of this sequence |