C# Class CascadeSharp.TKernel.Units.Units_QuantitiesSequence

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Append ( CascadeSharp.TKernel.Units.Units_QtsSequence theSequence ) : void
Append ( CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
ChangeFirst ( ) : CascadeSharp.TKernel.Units.Units_Quantity
ChangeLast ( ) : CascadeSharp.TKernel.Units.Units_Quantity
ChangeSequence ( ) : CascadeSharp.TKernel.Units.Units_QtsSequence
ChangeValue ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Quantity
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Exchange ( int I, int J ) : void
First ( ) : CascadeSharp.TKernel.Units.Units_Quantity
InsertAfter ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
InsertBefore ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
IsEmpty ( ) : bool
Last ( ) : CascadeSharp.TKernel.Units.Units_Quantity
Length ( ) : int
Lower ( ) : int
Prepend ( CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
Remove ( int theIndex ) : void
Remove ( int theFromIndex, int theToIndex ) : void
Reverse ( ) : void
Sequence ( ) : CascadeSharp.TKernel.Units.Units_QtsSequence
SetValue ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
Size ( ) : int
Units_QuantitiesSequence ( ) : System
Units_QuantitiesSequence ( CascadeSharp.TKernel.Units.Units_QtsSequence theOther ) : System
Units_QuantitiesSequence ( Units_QuantitiesSequence parameter1 ) : System
Upper ( ) : int
Value ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Quantity
get_type_name ( ) : char

Method Details

Append() public method

public Append ( CascadeSharp.TKernel.Units.Units_QtsSequence theSequence ) : void
theSequence CascadeSharp.TKernel.Units.Units_QtsSequence
return void

Append() public method

public Append ( CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Quantity
return void

ChangeFirst() public method

public ChangeFirst ( ) : CascadeSharp.TKernel.Units.Units_Quantity
return CascadeSharp.TKernel.Units.Units_Quantity

ChangeLast() public method

public ChangeLast ( ) : CascadeSharp.TKernel.Units.Units_Quantity
return CascadeSharp.TKernel.Units.Units_Quantity

ChangeSequence() public method

public ChangeSequence ( ) : CascadeSharp.TKernel.Units.Units_QtsSequence
return CascadeSharp.TKernel.Units.Units_QtsSequence

ChangeValue() public method

public ChangeValue ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Quantity
theIndex int
return CascadeSharp.TKernel.Units.Units_Quantity

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Exchange() public method

public Exchange ( int I, int J ) : void
I int
J int
return void

First() public method

public First ( ) : CascadeSharp.TKernel.Units.Units_Quantity
return CascadeSharp.TKernel.Units.Units_Quantity

InsertAfter() public method

public InsertAfter ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Quantity
return void

InsertBefore() public method

public InsertBefore ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Quantity
return void

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

Last() public method

public Last ( ) : CascadeSharp.TKernel.Units.Units_Quantity
return CascadeSharp.TKernel.Units.Units_Quantity

Length() public method

public Length ( ) : int
return int

Lower() public method

public Lower ( ) : int
return int

Prepend() public method

public Prepend ( CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
theItem CascadeSharp.TKernel.Units.Units_Quantity
return void

Remove() public method

public Remove ( int theIndex ) : void
theIndex int
return void

Remove() public method

public Remove ( int theFromIndex, int theToIndex ) : void
theFromIndex int
theToIndex int
return void

Reverse() public method

public Reverse ( ) : void
return void

Sequence() public method

public Sequence ( ) : CascadeSharp.TKernel.Units.Units_QtsSequence
return CascadeSharp.TKernel.Units.Units_QtsSequence

SetValue() public method

public SetValue ( int theIndex, CascadeSharp.TKernel.Units.Units_Quantity theItem ) : void
theIndex int
theItem CascadeSharp.TKernel.Units.Units_Quantity
return void

Size() public method

public Size ( ) : int
return int

Units_QuantitiesSequence() public method

public Units_QuantitiesSequence ( ) : System
return System

Units_QuantitiesSequence() public method

public Units_QuantitiesSequence ( CascadeSharp.TKernel.Units.Units_QtsSequence theOther ) : System
theOther CascadeSharp.TKernel.Units.Units_QtsSequence
return System

Units_QuantitiesSequence() public method

public Units_QuantitiesSequence ( Units_QuantitiesSequence parameter1 ) : System
parameter1 Units_QuantitiesSequence
return System

Upper() public method

public Upper ( ) : int
return int

Value() public method

public Value ( int theIndex ) : CascadeSharp.TKernel.Units.Units_Quantity
theIndex int
return CascadeSharp.TKernel.Units.Units_Quantity

get_type_name() public method

public get_type_name ( ) : char
return char