Table of Contents

Method WidenUpper

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

WidenUpper(Vector<float>)

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

public static Vector<double> WidenUpper(Vector<float> source)

Parameters

source Vector<float>

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

Returns

Vector<double>

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

See Also