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

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.IArithmeticSignatures.F(System.Nullable{System.Decimal},System.Nullable{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(
	Nullable<decimal> x,
	Nullable<decimal> y
)

Parameters

x
Type: SystemNullableDecimal
y
Type: SystemNullableDecimal
See Also