System::Decimal::Remainder 方法
Decimal::Remainder method
计算将两个 Decimal 值相除后的余数。
static Decimal System::Decimal::Remainder(const Decimal &d1, const Decimal &d2)
| 参数 | 类型 | 描述 |
|---|---|---|
| d1 | const Decimal& | 被除数。 |
| d2 | const Decimal& | 除数。 |
ReturnValue
将 d1 除以 d2 后的余数。
另见
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.Font for C++