API ReferenceSandbox
public sealed struct Sandbox.FloatSpan
Provides vectorized operations over a span of floats.
Constructors
Showing 1 constructors
public FloatSpan(System.Span`1<float> span)
No results match this filter.
Methods
Showing 10 methods
public void Add(System.ReadOnlySpan`1<float> values)
public void AddScaled(System.ReadOnlySpan`1<float> values, float scale)
public float Average()
public void CopyScaled(System.ReadOnlySpan`1<float> values, float scale)
public float Max()
public float Min()
public void Scale(float scale)
public float Sum()
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.FloatSpan |