Show / Hide Table of Contents

Interface IVariable<T>

Describes an IVariable that also returns its value.

Inherited Members
IVariable.Name
IVariable.Unit
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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IVariable
In this article
Back to top Generated by DocFX