mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 03:05:42 +00:00
[ci skip] Document ArithmeticException (#15)
This commit is contained in:
parent
f6c08fedf3
commit
b3a4342c77
@ -1,4 +1,4 @@
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace X10D;
|
||||
@ -154,6 +154,7 @@ public static class DoubleExtensions
|
||||
/// </item>
|
||||
/// </list>
|
||||
/// </returns>
|
||||
/// <exception cref="ArithmeticException"><paramref name="value" /> is equal to <see cref="double.NaN" />.</exception>
|
||||
[Pure]
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)]
|
||||
public static int Sign(this double value)
|
||||
|
Loading…
Reference in New Issue
Block a user