C# Class QLNet.TimeGrid

Mostra file Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
First ( ) : double
Last ( ) : double
TimeGrid ( List times, int steps ) : System
TimeGrid ( double end, int steps ) : System
closestIndex ( double t ) : int
closestTime ( double t ) : double
dt ( int i ) : double
empty ( ) : bool
index ( double t ) : int
mandatoryTimes ( ) : List
size ( ) : int
this ( int i ) : double

Method Details

First() public method

public First ( ) : double
return double

Last() public method

public Last ( ) : double
return double

TimeGrid() public method

public TimeGrid ( List times, int steps ) : System
times List
steps int
return System

TimeGrid() public method

public TimeGrid ( double end, int steps ) : System
end double
steps int
return System

closestIndex() public method

public closestIndex ( double t ) : int
t double
return int

closestTime() public method

public closestTime ( double t ) : double
t double
return double

dt() public method

public dt ( int i ) : double
i int
return double

empty() public method

public empty ( ) : bool
return bool

index() public method

public index ( double t ) : int
t double
return int

mandatoryTimes() public method

public mandatoryTimes ( ) : List
return List

size() public method

public size ( ) : int
return int

this() public method

public this ( int i ) : double
i int
return double