IndexedPhysicalValueAccessor Delegate |
Represents a delegate that returns a physical value for a given index.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate AltaxoVariant IndexedPhysicalValueAccessor(
int i
)
Parameters
- i Int32
- The index.
Return Value
AltaxoVariantThe physical value.
See Also