OpenTAP 9.25
API Reference
|
A number of combined number sequences. More...
Inherits IEnumerable, IEnumerable< T >, and ICombinedNumberSequence.
Inherited by OpenTap.CombinedNumberSequences< T >.
Public Member Functions | |
ICombinedNumberSequence | CastTo (Type elementType) |
Casts the number sequence to a specific type. Should be a numeric type, e.g. typeof(float). More... | |
ICombinedNumberSequence< T2 > | CastTo< T2 > () |
Casts this to a new number sequence type. More... | |
Properties | |
List< IEnumerable< double > > | Sequences [get] |
Inner values representing the sequence. | |
A number of combined number sequences.
Generic number sequence type.
T |
ICombinedNumberSequence OpenTap.ICombinedNumberSequence< T >.CastTo | ( | Type | elementType | ) |
Casts the number sequence to a specific type. Should be a numeric type, e.g. typeof(float).
elementType |
ICombinedNumberSequence< T2 > OpenTap.ICombinedNumberSequence< T >.CastTo< T2 > | ( | ) |
Casts this to a new number sequence type.
T2 |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:23