Click or drag to resize

memorycalculate Method

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

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

Parameters

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

Return Value

Type: IMeasureBasic
See Also