在C#中将指定的Decimal的值转换为等效的16位无符号整数
要将指定的Decimal的值转换为等效的16位无符号整数,代码如下-
示例
using System;
public class Demo {
public static void Main() {
Decimal val = 875.647m;
Console.WriteLine("Decimal value = "+val);
ushort res = Decimal.ToUInt16(val);
Console.WriteLine("16-bit unsigned integer = "+res);
}
}输出结果
这将产生以下输出-
Decimal value = 875.647 16-bit unsigned integer = 875
示例
让我们看另一个例子-
using System;
public class Demo {
public static void Main() {
Decimal val = 0.001m;
Console.WriteLine("Decimal value = "+val);
ushort res = Decimal.ToUInt16(val);
Console.WriteLine("16-bit unsigned integer = "+res);
}
}输出结果
这将产生以下输出-
Decimal value = 0.001 16-bit unsigned integer = 0
热门推荐
10 新年门口花束祝福语简短
11 盘锦结婚祝福语大全简短
12 父母生日祝福语 简短独特
13 家庭恩爱祝福语简短英文
14 高考俄语祝福语大全简短
15 虎年祝福语 诗句唯美简短
16 生日婚礼祝福语简短精辟
17 虎年喝酒拜年祝福语简短
18 教师闺蜜祝福语简短