NMath.Max 方法

定義

多載

Max(nuint, nuint)

public static nuint Max(nuint val1, nuint val2);
static member Max : nuint * nuint -> nuint

參數

val1
System.System.UIntPtr System.unativeint
val2
System.System.UIntPtr System.unativeint

傳回

System.System.UIntPtr System.unativeint

適用於

Max(nfloat, nfloat)

public static nfloat Max(nfloat val1, nfloat val2);
static member Max : nfloat * nfloat -> nfloat

參數

val1
nfloat
val2
nfloat

傳回

適用於

Max(nint, nint)

public static nint Max(nint val1, nint val2);
static member Max : nint * nint -> nint

參數

val1
System.System.IntPtr System.nativeint
val2
System.System.IntPtr System.nativeint

傳回

System.System.IntPtr System.nativeint

適用於