3 implementations of Tau
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1241static decimal IFloatingPointConstants<decimal>.Tau => 6.2831853071795864769252867666m;
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
785static double IFloatingPointConstants<double>.Tau => Tau;
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
782static float IFloatingPointConstants<float>.Tau => Tau;
5 references to Tau
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1240/// <inheritdoc cref="IFloatingPointConstants{TSelf}.Tau" />
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
784/// <inheritdoc cref="IFloatingPointConstants{TSelf}.Tau" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1429/// <inheritdoc cref="IFloatingPointConstants{TSelf}.Tau" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1146/// <inheritdoc cref="IFloatingPointConstants{TSelf}.Tau" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
781/// <inheritdoc cref="IFloatingPointConstants{TSelf}.Tau" />