Click or drag to resize

measureDecimalSubtraction Operator (measureDecimal, Decimal)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.measureSystem
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static measureDecimal operator -(
	measureDecimal a1,
	decimal a2
)
Request Example View Source

Parameters

a1
Type: imbSCI.Core.math.measureSystemmeasureDecimal
a2
Type: SystemDecimal

Return Value

Type: measureDecimal
See Also