Click or drag to resize
IVectorTGetValueAtLocation Method
Returns value stored in the vector at a specified location. This can typically just call 'GetValue(loc.Address)', but it can do something more clever using the fact that the caller provided us with the address & offset.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
OptionalValue<T> GetValueAtLocation(
	IVectorLocation param0
)

Parameters

param0
Type: DeedleIVectorLocation

[Missing <param name="param0"/> documentation for "M:Deedle.IVector`1.GetValueAtLocation(Deedle.IVectorLocation)"]

Return Value

Type: OptionalValueT

[Missing <returns> documentation for "M:Deedle.IVector`1.GetValueAtLocation(Deedle.IVectorLocation)"]

See Also