C# 클래스 xAPILaunch.xAPIScore

파일 보기 프로젝트 열기: adlnet/xapi-launch

공개 프로퍼티들

프로퍼티 타입 설명
max int
min int
raw int

공개 메소드들

메소드 설명
xAPIScore ( int val, int min, int max = 100 ) : System

메소드 상세

xAPIScore() 공개 메소드

public xAPIScore ( int val, int min, int max = 100 ) : System
val int
min int
max int
리턴 System

프로퍼티 상세

max 공개적으로 프로퍼티

public int max
리턴 int

min 공개적으로 프로퍼티

public int min
리턴 int

raw 공개적으로 프로퍼티

public int raw
리턴 int