Example for creating Intrinsic data types in C# AbundantCode 2 months ago in C# 0 static void data() { // create instance using new operator double doubleVal = new double(); int intVal = new int(); //doubleVal and intVal set to 0 } Facebook Twitter Pinterest Share this:PostLike this:Like Loading... Tags : C#, data types, Intrinsic
Leave Your Comment