|
TimeTagBaseLessThan(TimeTagBase, TimeTagBase) Operator
|
Returns true if value1 is less than value2.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
SyntaxJavaScript does not support overloaded operators.
View SourceParameters
- value1 TimeTagBase
- Value 1 in the comparison.
- value2 TimeTagBase
- Value 2 in the comparison.
Return Value
Booleantrue if
value1 is less than
value2; otherwise false.
See Also