Interface for jagged 1D shared variable arrays
| C# | Visual Basic | Visual C++ |
public interface ISharedVariableArray<ItemType, ArrayType> : ISharedVariable where ItemType : Variable, ICloneable, SettableTo<TItem>
Public Interface ISharedVariableArray(Of ItemType As {Variable, ICloneable, SettableTo(Of TItem)}, ArrayType) _ Implements ISharedVariable
generic<typename ItemType, typename ArrayType> where ItemType : Variable, ICloneable, SettableTo<TItem> public interface class ISharedVariableArray : ISharedVariable
- ItemType
- Variable type of an item
- ArrayType
- Domain type of the array
| 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
|