Click or drag to resize
IVectorGetObject Method
Return value stored in the vector at a specified address. This is simply an untyped version of `GetValue` method on a typed vector.

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

Parameters

param0
Type: SystemInt64

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

Return Value

Type: OptionalValueObject

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

See Also