ILNumerics Ultimate VS

ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageTMaxValue Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

Note: This API is now obsolete.

Retrieves the maximum 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 MaxValue { get; }

Property Value

Type: T1
Remarks

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

Reference