コード例 #1
0
ファイル: Extensions.cs プロジェクト: MohitSethi99/Mathfs
 /// <inheritdoc cref="Mathfs.Smoother01(float)"/>
 [MethodImpl(INLINE)] public static float Smoother01(this float x) => Mathfs.Smoother01(x);