Table of Contents

Struct NanMinMaxFloatAccumulator

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Accumulator for NanMin/NanMax: running extremum plus a flag indicating whether any non-NaN element has been seen. Returns NaN if all elements were NaN.

public struct NanMinMaxFloatAccumulator
Inherited Members
Extension Methods

Fields

Found

public bool Found

Field Value

bool

Value

public float Value

Field Value

float