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