23 references to Max
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
1324
destination = T.
Max
(x, destination);
1334
destination = T.
Max
(x, y);
1344
destination = T.
Max
(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
108
public static T Invoke(T x, T y) => T.
Max
(x, y);
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
530
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1273
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
963
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1667
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
1237
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
644
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
685
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
682
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
677
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\INumber.cs (1)
34
result = TSelf.
Max
(result, min);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1256
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
607
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\SearchValues\SearchValues.cs (1)
253
max = T.
Max
(max, value);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
960
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
1417
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
549
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
588
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
587
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
590
/// <inheritdoc cref="INumber{TSelf}.
Max
(TSelf, TSelf)" />