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 |
public InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
dbconOpened | bool | |
tableName | string | |
Résultat | int |
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 |
public JumpRj ( string eventString ) : System | ||
eventString | string | |
Résultat | System |
public Stiffness ( double personMassInKg, double extraMass ) : double | ||
personMassInKg | double | |
extraMass | double | |
Résultat | double |