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
Find Largest Number
Jnl
Enumerable expansion
For - box
fnaf
Main 4-3
[REDACTED] database V0.1.6
Problem: rstring
asxasxasd
Linq-Where-Condition on a collection of anonymous types