Table of Contents

Class SharedDouble

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll
public class SharedDouble : SharedVariable<double>, IDisposable, IVariable<double>
Inheritance
object
SharedDouble
Implements
IDisposable
IVariable<double>
Inherited Members

Constructors

SharedDouble()

public SharedDouble()

SharedDouble(int)

public SharedDouble(int value)

Parameters

value int

Methods

CloneT()

protected override SharedVariable<double> CloneT()

Returns

SharedVariable<double>