decimal literals C# with Example



decimal literals C# with Example

decimal literals are defined by using the suffix M or m on a real number: 
decimal m = 30.5M; 

0 Comment's

Comment Form