예제 #1
0
파일: Double.cs 프로젝트: zhk0603/runtime
 static double IFloatingPoint <double> .MinMagnitude(double x, double y)
 => Math.MinMagnitude(x, y);
예제 #2
0
 /// <inheritdoc cref="IFloatingPoint{TSelf}.MinMagnitude(TSelf, TSelf)" />
 public static double MinMagnitude(double x, double y) => Math.MinMagnitude(x, y);