Click or drag to resize

rangeValueDecimalchangeValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override decimal changeValue(
	decimal __val,
	decimal __delta,
	string op = "+"
)
Request Example View Source

Parameters

__val
Type: SystemDecimal
__delta
Type: SystemDecimal
op (Optional)
Type: SystemString

Return Value

Type: Decimal

Implements

IRangeValueTchangeValue(T, T, String)
See Also