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.Page for C++