Table of Contents

Method WidenLower

Namespace
Zyl.VectorTraits.Impl.AVector
Assembly
VectorTraits.dll

WidenLower(Vector<float>)

Widens the lower half of a Vector into a Vector (将向量的低半部分扩宽为一个向量). Mnemonic: rt[i] := widen(source[i]).

public override Vector<double> WidenLower(Vector<float> source)

Parameters

source Vector<float>

The vector whose elements are to be widened (欲扩宽其元素的向量).

Returns

Vector<double>

A vector that contain the widened lower half of source (包含 source的扩宽低半部分 的向量).

See Also