Click or drag to resize
ExpressionParserIArithmeticSignaturesF Method (Decimal, Decimal)

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IArithmeticSignatures.F(System.Decimal,System.Decimal)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
void F(
	decimal x,
	decimal y
)

Parameters

x
Type: SystemDecimal
y
Type: SystemDecimal
See Also