C# 클래스 Irontalk.STDoubleDelegate

파일 보기 프로젝트 열기: rezonant/irontalk

공개 메소드들

메소드 설명
Coerce ( STObject sto ) : double

비공개 메소드들

메소드 설명
Add ( double self, STObject other ) : double
Div ( double self, STObject other ) : double
Gt ( double self, STObject other ) : bool
GtEq ( double self, STObject other ) : bool
Lt ( double self, STObject other ) : bool
LtEq ( double self, STObject other ) : bool
Mul ( double self, STObject other ) : double
Sub ( double self, STObject other ) : double

메소드 상세

Coerce() 공개 정적인 메소드

public static Coerce ( STObject sto ) : double
sto STObject
리턴 double