Table of Contents

Property this

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

this[int]

Gets the value of the vector at the given index.

public float this[int index] { get; }

Parameters

index int

The index of the vector entry.

Property Value

float