C# Class Irontalk.STDoubleDelegate

Exibir arquivo Open project: rezonant/irontalk

Public Methods

Method Description
Coerce ( STObject sto ) : double

Private Methods

Method Description
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

Method Details

Coerce() public static method

public static Coerce ( STObject sto ) : double
sto STObject
return double