示例#1
0
文件: Double.cs 项目: zhk0603/runtime
 static double IFloatingPoint <double> .MaxMagnitude(double x, double y)
 => Math.MaxMagnitude(x, y);
示例#2
0
 /// <inheritdoc cref="IFloatingPoint{TSelf}.MaxMagnitude(TSelf, TSelf)" />
 public static double MaxMagnitude(double x, double y) => Math.MaxMagnitude(x, y);