System::Decimal::GetBits 方法

Decimal::GetBits method

将指定的 Decimal 对象转换为其表示的值的二进制形式。

static System::ArrayPtr<int> System::Decimal::GetBits(const Decimal &d)
参数类型描述
dconst Decimal&要转换的 Decimal 对象

ReturnValue

一个数组,其元素表示 d 所表示的值的二进制表示中的各个位

另见