DottedVersion
A value representing a version with multiple components, separated by periods, such as 1.2.3.4.
Compares based on most significant (first) not-matching version component. So, for example, 1.2.3 < 1.2.4
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The new site is online! Please use this issue to report any problems.
int DottedVersion.compare_to(other)
| Parameter | Description |
|---|---|
other | DottedVersion; required The other dotted version. |