C# / JS 無條件進位

用.NET寫Web就是用C#(或VB)和JavaScript,記錄一下數字的無條件進位寫法~

C#
Math.Ceiling(1.4) = 2 ;
JavaScript
Math.ceil(1.4) = 2 ;

沒有留言: