Table of Contents

Class SharedDouble

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
[FormerlySerializedType("Ceres.SharedDouble, Ceres")]
public class SharedDouble : SharedVariable<double>, ICloneable, IDisposable, IVariable<double>
Inheritance
SharedDouble
Implements
Inherited Members
Extension Methods

Constructors

SharedDouble()

public SharedDouble()

SharedDouble(int)

public SharedDouble(int value)

Parameters

value int

Methods

CloneT()

protected override SharedVariable<double> CloneT()

Returns

SharedVariable<double>