CLab# 1.0 API Documentation

CSPTypeBool Class

A class for representing boolean types in the CSP part of CLab. The different possible domain values for a range are encoded as a range with an end point. The start point is assumed always to be 0. Implements the abstract CSPType class.

For a list of all members of this type, see CSPTypeBool Members.

System.Object
   CSPType
      CSPTypeBool

public class CSPTypeBool : CSPType

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CLab.CSP

Assembly: CLab (in CLab.dll)

See Also

CSPTypeBool Members | CLab.CSP Namespace