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