Table of Contents

Method Max

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

Max(sbyte, sbyte)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static sbyte Max(sbyte val1, sbyte val2)

Parameters

val1 sbyte

The first of two variables to compare (要比较的两个变量中的第一个).

val2 sbyte

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

sbyte

Return the larger of two variables (返回两个变量中较大的一个).

Max(byte, byte)

Get the larger of two variables (取得两个变量中较大的一个).

public static byte Max(byte val1, byte val2)

Parameters

val1 byte

The first of two variables to compare (要比较的两个变量中的第一个).

val2 byte

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

byte

Return the larger of two variables (返回两个变量中较大的一个).

Max(short, short)

Get the larger of two variables (取得两个变量中较大的一个).

public static short Max(short val1, short val2)

Parameters

val1 short

The first of two variables to compare (要比较的两个变量中的第一个).

val2 short

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

short

Return the larger of two variables (返回两个变量中较大的一个).

Max(ushort, ushort)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static ushort Max(ushort val1, ushort val2)

Parameters

val1 ushort

The first of two variables to compare (要比较的两个变量中的第一个).

val2 ushort

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

ushort

Return the larger of two variables (返回两个变量中较大的一个).

Max(int, int)

Get the larger of two variables (取得两个变量中较大的一个).

public static int Max(int val1, int val2)

Parameters

val1 int

The first of two variables to compare (要比较的两个变量中的第一个).

val2 int

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

int

Return the larger of two variables (返回两个变量中较大的一个).

Max(uint, uint)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static uint Max(uint val1, uint val2)

Parameters

val1 uint

The first of two variables to compare (要比较的两个变量中的第一个).

val2 uint

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

uint

Return the larger of two variables (返回两个变量中较大的一个).

Max(long, long)

Get the larger of two variables (取得两个变量中较大的一个).

public static long Max(long val1, long val2)

Parameters

val1 long

The first of two variables to compare (要比较的两个变量中的第一个).

val2 long

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

long

Return the larger of two variables (返回两个变量中较大的一个).

Max(ulong, ulong)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static ulong Max(ulong val1, ulong val2)

Parameters

val1 ulong

The first of two variables to compare (要比较的两个变量中的第一个).

val2 ulong

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

ulong

Return the larger of two variables (返回两个变量中较大的一个).

Max(ExInt128, ExInt128)

Get the larger of two variables (取得两个变量中较大的一个).

public static ExInt128 Max(ExInt128 val1, ExInt128 val2)

Parameters

val1 ExInt128

The first of two variables to compare (要比较的两个变量中的第一个).

val2 ExInt128

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

ExInt128

Return the larger of two variables (返回两个变量中较大的一个).

Max(ExUInt128, ExUInt128)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static ExUInt128 Max(ExUInt128 val1, ExUInt128 val2)

Parameters

val1 ExUInt128

The first of two variables to compare (要比较的两个变量中的第一个).

val2 ExUInt128

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

ExUInt128

Return the larger of two variables (返回两个变量中较大的一个).

Max(Int128, Int128)

Get the larger of two variables (取得两个变量中较大的一个).

public static Int128 Max(Int128 val1, Int128 val2)

Parameters

val1 Int128

The first of two variables to compare (要比较的两个变量中的第一个).

val2 Int128

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

Int128

Return the larger of two variables (返回两个变量中较大的一个).

Max(UInt128, UInt128)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static UInt128 Max(UInt128 val1, UInt128 val2)

Parameters

val1 UInt128

The first of two variables to compare (要比较的两个变量中的第一个).

val2 UInt128

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

UInt128

Return the larger of two variables (返回两个变量中较大的一个).

Max(nint, nint)

Get the larger of two variables (取得两个变量中较大的一个).

public static nint Max(nint val1, nint val2)

Parameters

val1 nint

The first of two variables to compare (要比较的两个变量中的第一个).

val2 nint

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

nint

Return the larger of two variables (返回两个变量中较大的一个).

Max(nuint, nuint)

Get the larger of two variables (取得两个变量中较大的一个).

[CLSCompliant(false)]
public static nuint Max(nuint val1, nuint val2)

Parameters

val1 nuint

The first of two variables to compare (要比较的两个变量中的第一个).

val2 nuint

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

nuint

Return the larger of two variables (返回两个变量中较大的一个).

Max(float, float)

Get the larger of two variables (取得两个变量中较大的一个).

public static float Max(float val1, float val2)

Parameters

val1 float

The first of two variables to compare (要比较的两个变量中的第一个).

val2 float

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

float

Return the larger of two variables (返回两个变量中较大的一个).

Max(double, double)

Get the larger of two variables (取得两个变量中较大的一个).

public static double Max(double val1, double val2)

Parameters

val1 double

The first of two variables to compare (要比较的两个变量中的第一个).

val2 double

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

double

Return the larger of two variables (返回两个变量中较大的一个).

Max(Half, Half)

Get the larger of two variables (取得两个变量中较大的一个).

public static Half Max(Half val1, Half val2)

Parameters

val1 Half

The first of two variables to compare (要比较的两个变量中的第一个).

val2 Half

The second of two variables to compare (要比较的两个变量中的第二个).

Returns

Half

Return the larger of two variables (返回两个变量中较大的一个).