System::Decimal::GetBits 方法

Decimal::GetBits method

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

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

ReturnValue

一个数组,其元素表示由 d 表示的值的二进制表示中的不同位。

另见