Test additional content header

SwitchExpressionT, TReturnReturnBuilderReturn(Decimal) Method

Define a primitive numeric value as a result of case.

Definition

Namespace: Fluent.Calculations.Primitives
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public SwitchExpressionT, TReturnCaseBuilder Return(
	decimal primitiveValue
)

Parameters

primitiveValue  Decimal
Value to return when case is matched,

Return Value

SwitchExpressionT, TReturnCaseBuilder
Next case builder

Remarks

Use to define well-know numeric constants.

See Also