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