Click or drag to resize

memory Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the memory class.

Namespace:  imbSCI.Core.math.measureSystem
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public memory(
	[OptionalAttribute] decimal defaultValue
)
Request Example View Source

Parameters

defaultValue (Optional)
Type: SystemDecimal
The default value.
See Also