Interface IVariable<T>
Describes an IVariable that also returns its value.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IVariable<T> : IVariable
Type Parameters
Name | Description |
---|---|
T | The base value type. |
Properties
Value
Gets the value of the variable.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T | The value. |