Vector<T>.ElementType Property

Gets the element type of the vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Type ElementType { get; }

Property Value

Type

Implements

IVector.ElementType

See Also