C# 클래스 JumpsProfileIndex, chronojump

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

공개 프로퍼티들

프로퍼티 타입 설명
Color Cairo.Color
ErrorMessage string
Result double
Text string
errorCode ErrorCodes
name string
type Types,

공개 메소드들

메소드 설명
JumpsProfileIndex ( Types, type, string jumpHigherName, string jumpLowerName, double higher, double lower, double dja ) : System

비공개 메소드들

메소드 설명
calculateIndex ( Types, type, double higher, double lower, double dja ) : double
colorFromRGB ( int red, int green, int blue ) : Color

메소드 상세

JumpsProfileIndex() 공개 메소드

public JumpsProfileIndex ( Types, type, string jumpHigherName, string jumpLowerName, double higher, double lower, double dja ) : System
type Types,
jumpHigherName string
jumpLowerName string
higher double
lower double
dja double
리턴 System

프로퍼티 상세

Color 공개적으로 프로퍼티

public Color,Cairo Color
리턴 Cairo.Color

ErrorMessage 공개적으로 프로퍼티

public string ErrorMessage
리턴 string

Result 공개적으로 프로퍼티

public double Result
리턴 double

Text 공개적으로 프로퍼티

public string Text
리턴 string

errorCode 공개적으로 프로퍼티

public ErrorCodes errorCode
리턴 ErrorCodes

name 공개적으로 프로퍼티

public string name
리턴 string

type 공개적으로 프로퍼티

public Types, type
리턴 Types,