Click or drag to resize

weightTableCompiled Constructor (String, Boolean, String)

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

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public weightTableCompiled(
	string __filePath,
	bool autoLoad,
	string __tableName = ""
)
Request Example View Source

Parameters

__filePath
Type: SystemString
The file path.
autoLoad
Type: SystemBoolean
if set to true [automatic load].
__tableName (Optional)
Type: SystemString
Name of the table.
See Also