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