Arithmetic operators
- Last UpdatedSep 29, 2022
- 1 minute read
- PI System
- PI OLEDB Enterprise 2019
- Developer
PI OLEDB Enterprise supports arithmetic operators for all numeric data types:
, , , ,
It also supports these operator overloads:
String Operator+(s1 String, s2 String)
WString Operator+(s1 WString, s2 WString)
DateTime Operator+(x DateTime, y Time)
DateTime Operator+(x Time, y DateTime)
Time Operator+(x Time, y Time)
Time Operator-(x DateTime, y DateTime)
DateTime Operator-(x DateTime, y Time)
Time Operator-(x Time, y Time)
Time Operator*(x Int32, y Time)
Time Operator*(x Time, y Int32)
Time Operator/(x Time, y Int32)