|
|
@ -1,9 +1,11 @@ |
|
|
// Copyright (c) Six Labors and contributors.
|
|
|
// Copyright (c) Six Labors and contributors.
|
|
|
// Licensed under the Apache License, Version 2.0.
|
|
|
// Licensed under the Apache License, Version 2.0.
|
|
|
|
|
|
|
|
|
#if !NETCOREAPP2_0
|
|
|
|
|
|
using System.Runtime.CompilerServices; |
|
|
using System.Runtime.CompilerServices; |
|
|
|
|
|
|
|
|
|
|
|
#if NETCOREAPP2_0
|
|
|
|
|
|
[assembly: TypeForwardedTo(typeof(System.MathF))] |
|
|
|
|
|
#else
|
|
|
namespace System |
|
|
namespace System |
|
|
{ |
|
|
{ |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
|