ArithmeticSymbol 类
- 命名空间
- ShadowSql.Arithmetic
- 程序集
- ShadowSql.Core.dll
算术运算符
public sealed class ArithmeticSymbol : ISqlEntity
- 继承
-
objectArithmeticSymbol
- 实现
属性
Add
加
public static ArithmeticSymbol Add { get; }
属性值
And
位与
public static ArithmeticSymbol And { get; }
属性值
Div
除
public static ArithmeticSymbol Div { get; }
属性值
Mod
取模
public static ArithmeticSymbol Mod { get; }
属性值
Mul
乘
public static ArithmeticSymbol Mul { get; }
属性值
Operation
符号
public char Operation { get; }
属性值
Or
位或
public static ArithmeticSymbol Or { get; }
属性值
Sub
减
public static ArithmeticSymbol Sub { get; }
属性值
Xor
异或
public static ArithmeticSymbol Xor { get; }
属性值
方法
Get(string)
获取操作符
public static ArithmeticSymbol Get(string operation)
参数
operation
string操作