Click or drag to resize
IVectorTGetValue Method
Returns value stored in the vector at a specified address.

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

Parameters

param0
Type: SystemInt64

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

Return Value

Type: OptionalValueT

[Missing <returns> documentation for "M:Deedle.IVector`1.GetValue(System.Int64)"]

See Also