Restituisce un valorenumber
Double dal valore {0} specificato. Se il valore {0} specificato ènull
,Double.From
restituiscenull
. Se il valore {0} specificato ènumber
compreso nell'intervallo di un valore Double, viene restituito {0}; in caso contrario viene restituito un errore. Se il valore {0} specificato è di un qualsiasi altro tipo, vedereNumber.FromText
per convertirlo in un valorenumber
, in modo che sia possibile applicare l'istruzione precedente sulla conversione del valorenumber
in un valorenumber
Double.
Restituisce un valore logico se sono presenti duplicati nell'elenco {0}; true se l'elenco è distinto, false se esistono valori ...
Restituisce un valore number dal valore di testo {0} specificato. {0}: la rappresentazione testuale di un valore numerico. ...
Restituisce un valore number dall'elemento {0} specificato. Se l'elemento specificato {0} è null , Number.From restituisce ...
Restituisce un valore number Decimal dal valore {0} specificato. Se il valore {0} specificato è null , Decimal.From restituisce ...
Restituisce un valore number Double dal valore {0} specificato. Se il valore {0} specificato è null , Double.From restituisce ...
Restituisce un valore number Integer a 16 bit dal valore {0} specificato. Se il valore {0} specificato è null , Int16.From ...
Restituisce un valore number Integer a 32 bit dal valore {0} specificato. Se il valore {0} specificato è null , Int32.From ...
Restituisce un valore number Integer a 64 bit dal valore {0} specificato. Se il valore {0} specificato è null , Int64.From ...
Restituisce un valore number Integer a 8 bit dal valore {0} specificato. Se il valore {0} specificato è null , Byte.From ...