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