Свойство | Тип | Описание | |
---|---|---|---|
RuntimeClassname | string |
Метод | Описание | |
---|---|---|
Calculate ( string op, IfValue v = null ) : IfValue | ||
CharValue ( int len, string text = null ) : System | ||
GetFloat ( ) : double | ||
GetInt ( ) : int | ||
GetInternalType ( ) : InternalType | ||
GetString ( ) : string | ||
OutputString ( ) : string | ||
Set ( IfValue v ) : void | ||
getRuntimeClassname ( ) : string |
public Calculate ( string op, IfValue v = null ) : IfValue | ||
op | string | |
v | IfValue | |
Результат | IfValue |
public CharValue ( int len, string text = null ) : System | ||
len | int | |
text | string | |
Результат | System |