Click or drag to resize

numberRangecalculate Method (Decimal, operation, Decimal)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calculates the specified oper.

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static decimal calculate(
	this decimal ad,
	operation oper,
	[OptionalAttribute] decimal bd
)
Request Example View Source

Parameters

ad
Type: SystemDecimal
The ad.
oper
Type: imbSCI.Core.enumsoperation
The oper.
bd (Optional)
Type: SystemDecimal
The bd.

Return Value

Type: Decimal

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Decimal. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also