C# 클래스 JumpRj, chronojump

상속: Jump
파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

InsertAtDB() 공개 메소드

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
리턴 int

JumpRj() 공개 메소드

public JumpRj ( ) : System
리턴 System

JumpRj() 공개 메소드

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
리턴 System

JumpRj() 공개 메소드

public JumpRj ( string eventString ) : System
eventString string
리턴 System

Stiffness() 공개 메소드

public Stiffness ( double personMassInKg, double extraMass ) : double
personMassInKg double
extraMass double
리턴 double