Class SharedDouble
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 SharedDouble : SharedVariable<double>, ICloneable, IDisposable, IVariable<double>
Constructors
SharedDouble()
Declaration
public SharedDouble()
SharedDouble(int)
Declaration
public SharedDouble(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value |
Methods
CloneT()
Declaration
protected override SharedVariable<double> CloneT()
Returns
| Type | Description |
|---|---|
| SharedVariable<double> |
Overrides
Ceres.Graph.SharedVariable<double>.CloneT()
Implements
System.ICloneable
System.IDisposable