ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Note: This API is now obsolete.
Retrieves the minimum value among all elements of this array.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
[ObsoleteAttribute("Use GetLimits extension methods on concrete array types instead!")] public T1 MinValue { get; }
Property Value
Type: T1Remarks
This property is defined on all arrays, regardless if the element type is comparable or not. Therefore, it has been deprecated and should be replaced with GetLimits(BaseArrayDouble, Double, Double, Boolean) which is only available on arrays of numeric element type.
[ILNumerics Core Module]
See Also