Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Conversioni double
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here Console.WriteLine((double)99.9f); Console.WriteLine(Convert.ToDouble(99.9f)); Console.WriteLine(Convert.ToDouble("99,9")); Console.WriteLine(Convert.ToDouble(new decimal(99.9f))); } } }
run
|
edit
|
history
|
help
0
asdfghjujytgrf
Customised Code Dashboard
Сортировка массива
Intuit // C# // listing_4.3 (StreamWriter // output.txt)
List, Object, Classes, Function
isbn
|= Caching
adxaxsdc
Contravariance
Side1-2