Table of Contents

Method GenerateDemoElement

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GenerateDemoElement<T>(int)

Generate the elements of the Demo value (生成演示值的各元素).

public static T GenerateDemoElement<T>(int index) where T : struct

Parameters

index int

Element index(元素索引).

Returns

T

Return element item.

Type Parameters

T

Target type (目标类型).