Click or drag to resize

measureBoolean Constructor (String, String, Boolean)

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

Namespace:  imbSCI.Core.math.measureSystem
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public measureBoolean(
	string trueString,
	string falseString,
	bool defaultValue
)
Request Example View Source

Parameters

trueString
Type: SystemString
falseString
Type: SystemString
defaultValue
Type: SystemBoolean
See Also