Click or drag to resize

IndexedPhysicalValueAccessor Delegate

Represents a delegate that returns a physical value for a given index.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate AltaxoVariant IndexedPhysicalValueAccessor(
	int i
)

Parameters

i  Int32
The index.

Return Value

AltaxoVariant
The physical value.
See Also