Class SharedInt
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class SharedInt : SharedVariable<int>, ICloneable, IDisposable, IVariable<int>
Constructors
SharedInt()
Declaration
public SharedInt()
SharedInt(int)
Declaration
public SharedInt(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value |
Methods
CloneT()
Declaration
protected override SharedVariable<int> CloneT()
Returns
| Type | Description |
|---|---|
| SharedVariable<int> |
Overrides
Ceres.Graph.SharedVariable<int>.CloneT()
Implements
System.ICloneable
System.IDisposable