Checks Version against the specified lower bound and determines whether the component described by this instance is supported.
Typical use cases are:
| Plug-in | this describes a plug-in and lowerBound is its minimal version which is recorded in the SMath Studio document. |
| Document | this describes SMath Studio Core and lowerBound is its minimal version which is recorded in the SMath Studio document. |
bool IsSupportedVersion(
Version lowerBound
)Function IsSupportedVersion (
lowerBound As Version
) As Booleanbool IsSupportedVersion(
Version^ lowerBound
)abstract IsSupportedVersion :
lowerBound : Version -> bool