OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ICombinedNumberSequence< T > Interface Template 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.
 

Detailed Description

A number of combined number sequences.

Generic number sequence type.

Template Parameters
T

Member Function Documentation

◆ CastTo()

ICombinedNumberSequence OpenTap.ICombinedNumberSequence< T >.CastTo ( Type  elementType)

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

Parameters
elementType
Returns

◆ CastTo&lt; T2 &gt;()

Casts this to a new number sequence type.

Template Parameters
T2
Returns

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41