예제 #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);