C# Class JumpRj, chronojump

Inheritance: Jump
Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode Description
InsertAtDB ( bool dbconOpened, string tableName ) : int
JumpRj ( ) : System
JumpRj ( int uniqueID, int personID, int sessionID, string type, string tvString, string tcString, double fall, double weight, string description, int jumps, double time, string limited, string angleString, int simulated ) : System
JumpRj ( string eventString ) : System
Stiffness ( double personMassInKg, double extraMass ) : double

Method Details

InsertAtDB() public méthode

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
Résultat int

JumpRj() public méthode

public JumpRj ( ) : System
Résultat System

JumpRj() public méthode

public JumpRj ( int uniqueID, int personID, int sessionID, string type, string tvString, string tcString, double fall, double weight, string description, int jumps, double time, string limited, string angleString, int simulated ) : System
uniqueID int
personID int
sessionID int
type string
tvString string
tcString string
fall double
weight double
description string
jumps int
time double
limited string
angleString string
simulated int
Résultat System

JumpRj() public méthode

public JumpRj ( string eventString ) : System
eventString string
Résultat System

Stiffness() public méthode

public Stiffness ( double personMassInKg, double extraMass ) : double
personMassInKg double
extraMass double
Résultat double