NullableVector4.

this[int] Property

Summary

The component of this vector at the specified index: 0 = x, 1 = y, 2 = z, 3 = w.

Syntax

public Nullable<float> this[int i] { get; set; }

Parameters

Name Type Description
i int

Value

Type Description
Nullable<float>