OpenTAP 9.34
API Reference
OpenTap.ICombinedNumberSequence< T > Interface Template Reference

A number of combined number sequences. More...

Public Member Functions

ICombinedNumberSequence CastTo (Type elementType)
 Casts the number sequence to a specific type. Should be a numeric type, e.g. typeof(float).
 
ICombinedNumberSequence< T2 > CastTo< T2 > ()
 Casts this to a new number sequence type.
 

Properties

List< IEnumerable< double > > Sequences [get]
 Inner values representing the sequence.
 

Detailed Description

A number of combined number sequences.

Generic number sequence type.

Template Parameters
T

Member Function Documentation

◆ CastTo()

Casts the number sequence to a specific type. Should be a numeric type, e.g. typeof(float).

Parameters
elementType
Returns

◆ CastTo< T2 >()

Casts this to a new number sequence type.

Template Parameters
T2
Returns

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:14