Click or drag to resize
ExpressionParserIArithmeticSignatures Interface

[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.IArithmeticSignatures"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private interface IArithmeticSignatures
Methods
  NameDescription
Public methodF(Decimal, Decimal)
Public methodF(Double, Double)
Public methodF(Int32, Int32)
Public methodF(Int64, Int64)
Public methodF(NullableDecimal, NullableDecimal)
Public methodF(NullableDouble, NullableDouble)
Public methodF(NullableInt32, NullableInt32)
Public methodF(NullableInt64, NullableInt64)
Public methodF(NullableSingle, NullableSingle)
Public methodF(NullableUInt32, NullableUInt32)
Public methodF(NullableUInt64, NullableUInt64)
Public methodF(Single, Single)
Public methodF(UInt32, UInt32)
Public methodF(UInt64, UInt64)
Top
See Also