프로퍼티 | 타입 | 설명 | |
---|---|---|---|
fall | double | ||
hasFall | bool | ||
tc | double | ||
tv | double | ||
weight | double |
메소드 | 설명 | |
---|---|---|
InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
Jump ( ) : System | ||
Jump ( int uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : System | ||
Jump ( string eventString ) : System | ||
Stiffness ( double personMassInKg, double extraMass ) : double | ||
ToString ( ) : string |
public InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
dbconOpened | bool | |
tableName | string | |
리턴 | int |
public Jump ( int uniqueID, int personID, int sessionID, string type, double tv, double tc, double fall, double weight, string description, double angle, int simulated ) : System | ||
uniqueID | int | |
personID | int | |
sessionID | int | |
type | string | |
tv | double | |
tc | double | |
fall | double | |
weight | double | |
description | string | |
angle | double | |
simulated | int | |
리턴 | System |
public Stiffness ( double personMassInKg, double extraMass ) : double | ||
personMassInKg | double | |
extraMass | double | |
리턴 | double |