整数の桁数を取得する

int digits = Math.Log10(decimal) + 1;Code language: C# (cs)

参考:

数値の桁数を取得する拡張メソッド | コガネブログ

整数の桁数を取得する | 3テラバイト

序数を表示する

参考:

数値を英語の番号/序数に変換するメソッド – Qiita

Is there an easy way to create ordinals? – Stack Overflow

Is there an easy way in .NET to get “st”, “nd”, “rd” and “th” endings for numbers? – Stack Overflow

Printing out ordinals – Stack Overflow

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA