Table of Contents

Interface IVariable<T>

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Interface for variables

public interface IVariable<T>

Type Parameters

T

Properties

Value

T Value { get; set; }

Property Value

T