Click or drag to resize

MathContextApply Method (Decimal)

Applies the math context.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public decimal Apply(
	decimal value
)

Parameters

value
Type: SystemDecimal
The value.

Return Value

Type: Decimal

[Missing <returns> documentation for "M:com.espertech.esper.compat.MathContext.Apply(System.Decimal)"]

See Also