Aspose::Cells::Duration::operator/ method
Duration::operator/(const Duration&) const method
Returns the ratio between two time intervals.
double Aspose::Cells::Duration::operator/(const Duration &ts) const
ReturnValue
The quotient of the current instance divided by the specified Duration.
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Duration::operator/(double) const method
Divides the time interval by a scalar value.
Duration Aspose::Cells::Duration::operator/(double divisor) const
| Parameter | Type | Description |
|---|---|---|
| divisor | double | Divisor value. |
ReturnValue
A scaled Duration.
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++