C# Class QLNet.TimeGrid

Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public First ( ) : double
Résultat double

Last() public méthode

public Last ( ) : double
Résultat double

TimeGrid() public méthode

public TimeGrid ( List times, int steps ) : System
times List
steps int
Résultat System

TimeGrid() public méthode

public TimeGrid ( double end, int steps ) : System
end double
steps int
Résultat System

closestIndex() public méthode

public closestIndex ( double t ) : int
t double
Résultat int

closestTime() public méthode

public closestTime ( double t ) : double
t double
Résultat double

dt() public méthode

public dt ( int i ) : double
i int
Résultat double

empty() public méthode

public empty ( ) : bool
Résultat bool

index() public méthode

public index ( double t ) : int
t double
Résultat int

mandatoryTimes() public méthode

public mandatoryTimes ( ) : List
Résultat List

size() public méthode

public size ( ) : int
Résultat int

this() public méthode

public this ( int i ) : double
i int
Résultat double