Click or drag to resize

measureDecimalcalculate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.measureSystem
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public override IMeasureBasic calculate(
	IMeasure second,
	operation op
)
Request Example View Source

Parameters

second
Type: imbSCI.Core.interfacesIMeasure
op
Type: imbSCI.Core.enumsoperation

Return Value

Type: IMeasureBasic

Implements

IMeasureBasiccalculate(IMeasure, operation)
See Also