Method CreateByDoubleLoop
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
CreateByDoubleLoop<T>(double, double)
Creates a Vector256<T> from double value for
loop (创建一个 Vector256<T>,其元素来自双精度浮点值的for
循环).
public static Vector256<T> CreateByDoubleLoop<T>(double start, double step) where T : struct
Parameters
Returns
- Vector256<T>
A new Vector256<T> from a from double value
for
loop (一个新Vector256<T>,其元素来自双精度浮点值的for
循环.
Type Parameters
T
The vector element type (向量中的元素的类型).