Table of Contents

Class SharedInt

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

Constructors

SharedInt()

public SharedInt()

SharedInt(int)

public SharedInt(int value)

Parameters

value int

Methods

CloneT()

protected override SharedVariable<int> CloneT()

Returns

SharedVariable<int>