8 references to RadiansToDegrees
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1741
destination = T.
RadiansToDegrees
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.RadiansToDegrees.cs (1)
30
public static T Invoke(T x) => T.
RadiansToDegrees
(x);
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1940
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
RadiansToDegrees
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2262
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
RadiansToDegrees
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2500
T value = T.
RadiansToDegrees
(radians.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1873
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
RadiansToDegrees
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
2897
T value = T.
RadiansToDegrees
(radians.GetElementUnsafe(index));
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1856
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
RadiansToDegrees
(TSelf)" />