Click or drag to resize

ValueCount Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Specifies pair of value and their count.
Inheritance Hierarchy
SystemObject
  IdeaRS.OpenModel.ParametersValueCount

Namespace:  IdeaRS.OpenModel.Parameters
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public sealed class ValueCount

The ValueCount type exposes the following members.

Constructors
  NameDescription
Public methodValueCount
Initializes a new instance of the ValueCount class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets the repeating of value.
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodStatic memberCreate(Double)
Creates a new instance with specified value.
Public methodStatic memberCreate(Double, Int32)
Creates a new instance with value and their repeating.
Top
See Also