Interface for flat 1D shared variable arrays
| C# | Visual Basic | Visual C++ |
public interface SharedVariableArray<DomainType> : ISharedVariable
Public Interface SharedVariableArray(Of DomainType) _ Implements ISharedVariable
generic<typename DomainType> public interface class SharedVariableArray : ISharedVariable
- DomainType
- Domain type of the variable
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetCopyFor(Model) |
Get a copy of the variable array for the specified model
| |
| Marginal<(Of <(DistributionType>)>)()()() |
Gets the marginal
| |
| Named(String) |
Inline method to name shared variable arrays
|