Table of Contents

Class SharedInt

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

Constructors

SharedInt()

public SharedInt()

SharedInt(int)

public SharedInt(int value)

Parameters

value int

Methods

CloneT()

protected override SharedVariable<int> CloneT()

Returns

SharedVariable<int>