Calculates the minimum value of the vector elements that are not
equal to NaN.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static float NaNMinValue( FloatVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function NaNMinValue ( _ v As FloatVector _ ) As Single |
| Visual C++ |
|---|
public: static float NaNMinValue( FloatVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.FloatVector
A vector.
Return Value
The minimum value of the elements in v that are not NaN.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if v has zero length. |