NumberSimilarly 
    Functions
Link copied to clipboard
                  将当前数字转为 Byte. 类似于 Number.toByte.
Link copied to clipboard
                  将当前数字转为 Char. 类似于 Number.toChar.
Link copied to clipboard
                  将当前数字转为 Double. 类似于 Number.toDouble.
Link copied to clipboard
                  将当前数字转为 Float. 类似于 Number.toFloat.
Link copied to clipboard
                  将当前数字转为 Int. 类似于 Number.toInt.
Link copied to clipboard
                  将当前数字转为 Long. 类似于 Number.toLong.
Link copied to clipboard
                  将当前数字转为 Short. 类似于 Number.toShort.