C# 클래스 Microsoft.JScript.LenientMathObject

상속: MathObject
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
abs Object
acos Object
asin Object
atan Object
atan2 Object
ceil Object
cos Object
exp Object
floor Object
log Object
max Object
min Object
pow Object
random Object
round Object
sin Object
sqrt Object
tan Object

비공개 메소드들

메소드 설명
LenientMathObject ( ScriptObject parent, FunctionPrototype funcprot ) : System

프로퍼티 상세

abs 공개적으로 프로퍼티

public Object abs
리턴 Object

acos 공개적으로 프로퍼티

public Object acos
리턴 Object

asin 공개적으로 프로퍼티

public Object asin
리턴 Object

atan 공개적으로 프로퍼티

public Object atan
리턴 Object

atan2 공개적으로 프로퍼티

public Object atan2
리턴 Object

ceil 공개적으로 프로퍼티

public Object ceil
리턴 Object

cos 공개적으로 프로퍼티

public Object cos
리턴 Object

exp 공개적으로 프로퍼티

public Object exp
리턴 Object

floor 공개적으로 프로퍼티

public Object floor
리턴 Object

log 공개적으로 프로퍼티

public Object log
리턴 Object

max 공개적으로 프로퍼티

public Object max
리턴 Object

min 공개적으로 프로퍼티

public Object min
리턴 Object

pow 공개적으로 프로퍼티

public Object pow
리턴 Object

random 공개적으로 프로퍼티

public Object random
리턴 Object

round 공개적으로 프로퍼티

public Object round
리턴 Object

sin 공개적으로 프로퍼티

public Object sin
리턴 Object

sqrt 공개적으로 프로퍼티

public Object sqrt
리턴 Object

tan 공개적으로 프로퍼티

public Object tan
리턴 Object