Interface IVariable<T>
Interface for variables
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public interface IVariable<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Value
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T |