s&box docs

public sealed struct Sandbox.FloatSpan

Provides vectorized operations over a span of floats.

Constructors

Showing 1 constructors

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()

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.FloatSpan

On this page