Restituisce un valorenumber
Integer a 32 bit dal valore {0} specificato. Se il valore {0} specificato ènull
,Int32.From
restituiscenull
. Se il valore {0} specificato ènumber
compreso nell'intervallo di un valore Integer a 32 bit senza una parte frazionaria, viene restituito {0}; in caso contrario il numero viene arrotondato in base alla modalità di arrotondamento specificata. La modalità di arrotondamento predefinita èRoundingMode.ToEven
. Se il valore {0} specificato è di 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
Integer a 32 bit. VedereNumber.Round
per le modalità di arrotondamento disponibili.
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 ...
Restituisce un valore number Signed Integer a 8 bit dal valore {0} specificato. Se il valore {0} specificato è null , Int8.From ...
Restituisce un valore number Single dal valore {0} specificato. Se il valore {0} specificato è null , Single.From restituisce ...