Abilitare JavaScript per vedere questo sito.

Interroga valore variabile double nello storage.

Sintassi

double get_double(const string &in name)

name

Nome della variabile

Risultato

Ritorna valore della variabile trovata, 0 altrimenti

Esempio di utilizzo:

bool execute(shell::object @shell, const string &in cmdline)

{

  // Interroga valore di "my_var" 

  double v = shell.storage.get_double("my_var"); 

}

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC