ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Integer value indicating the time waited on the variable. Used for optimizing future operations in a feedback loop.
Synchronously wait until the variable referenced by workerCount reached 0.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Global
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- workerCount
- Type: SystemInt32
Variable to wait on.
Return Value
Type: Int32Integer value indicating the time waited on the variable. Used for optimizing future operations in a feedback loop.
Remarks
[ILNumerics Core Module]
See Also