Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Switch
Expression
T
,
TReturn
Return
Builder
Return(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
C#
Copy
View Source
public
SwitchExpression
T, TReturn
CaseBuilder
Return
(
decimal
primitiveValue
)
Parameters
primitiveValue
Decimal
Value to return when case is matched,
Return Value
SwitchExpression
T, TReturn
CaseBuilder
Next case builder
Remarks
Use to define well-know numeric constants.
See Also
Reference
SwitchExpression
T, TReturn
ReturnBuilder Class
Return Overload
Fluent.Calculations.Primitives Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also