Baca dalam bahasa Inggris

Bagikan melalui


ITrigonometricFunctions<TSelf> Antarmuka

Definisi

Mendefinisikan dukungan untuk fungsi trigonometri.

public interface ITrigonometricFunctions<TSelf> : IEquatable<TSelf>, IParsable<TSelf>, ISpanParsable<TSelf>, IUtf8SpanParsable<TSelf>, System.Numerics.IAdditionOperators<TSelf,TSelf,TSelf>, System.Numerics.IAdditiveIdentity<TSelf,TSelf>, System.Numerics.IDecrementOperators<TSelf>, System.Numerics.IDivisionOperators<TSelf,TSelf,TSelf>, System.Numerics.IEqualityOperators<TSelf,TSelf,bool>, System.Numerics.IFloatingPointConstants<TSelf>, System.Numerics.IIncrementOperators<TSelf>, System.Numerics.IMultiplicativeIdentity<TSelf,TSelf>, System.Numerics.IMultiplyOperators<TSelf,TSelf,TSelf>, System.Numerics.INumberBase<TSelf>, System.Numerics.ISubtractionOperators<TSelf,TSelf,TSelf>, System.Numerics.IUnaryNegationOperators<TSelf,TSelf>, System.Numerics.IUnaryPlusOperators<TSelf,TSelf> where TSelf : ITrigonometricFunctions<TSelf>
public interface ITrigonometricFunctions<TSelf> : IEquatable<TSelf>, IParsable<TSelf>, ISpanParsable<TSelf>, System.Numerics.IAdditionOperators<TSelf,TSelf,TSelf>, System.Numerics.IAdditiveIdentity<TSelf,TSelf>, System.Numerics.IDecrementOperators<TSelf>, System.Numerics.IDivisionOperators<TSelf,TSelf,TSelf>, System.Numerics.IEqualityOperators<TSelf,TSelf,bool>, System.Numerics.IFloatingPointConstants<TSelf>, System.Numerics.IIncrementOperators<TSelf>, System.Numerics.IMultiplicativeIdentity<TSelf,TSelf>, System.Numerics.IMultiplyOperators<TSelf,TSelf,TSelf>, System.Numerics.INumberBase<TSelf>, System.Numerics.ISubtractionOperators<TSelf,TSelf,TSelf>, System.Numerics.IUnaryNegationOperators<TSelf,TSelf>, System.Numerics.IUnaryPlusOperators<TSelf,TSelf> where TSelf : ITrigonometricFunctions<TSelf>

Jenis parameter

TSelf

Jenis yang mengimplementasikan antarmuka ini.

Turunan
Penerapan

Metode

Acos(TSelf)

Menghitung arc-cosine dari nilai.

AcosPi(TSelf)

Menghitung kosinus busur dari nilai dan membagi hasilnya dengan pi.

Asin(TSelf)

Menghitung sinus busur dari nilai.

AsinPi(TSelf)

Menghitung sinus busur nilai dan membagi hasilnya dengan pi.

Atan(TSelf)

Menghitung tangen busur dari nilai.

AtanPi(TSelf)

Menghitung tangen busur dari nilai dan membagi hasilnya dengan pi.

Cos(TSelf)

Menghitung kosinus nilai.

CosPi(TSelf)

Menghitung kosinus nilai yang telah dikalikan dengan pi.

DegreesToRadians(TSelf)

Mengonversi nilai tertentu dari derajat ke radian.

Equals(T)

Menunjukkan apakah objek saat ini sama dengan objek lain dengan jenis yang sama.

(Diperoleh dari IEquatable<T>)
RadiansToDegrees(TSelf)

Mengonversi nilai tertentu dari radian ke derajat.

Sin(TSelf)

Menghitung sinus nilai.

SinCos(TSelf)

Menghitung sinus dan kosinus nilai.

SinCosPi(TSelf)

Menghitung sinus dan kosinus nilai yang telah dikalikan dengan pi.

SinPi(TSelf)

Menghitung sinus nilai yang telah dikalikan dengan pi.

Tan(TSelf)

Menghitung tangen nilai.

TanPi(TSelf)

Menghitung tangen nilai yang telah dikalikan dengan pi.

ToString(String, IFormatProvider)

Memformat nilai instans saat ini menggunakan format yang ditentukan.

(Diperoleh dari IFormattable)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Mencoba memformat nilai instans saat ini sebagai UTF-8 ke dalam rentang byte yang disediakan.

(Diperoleh dari IUtf8SpanFormattable)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Mencoba memformat nilai instans saat ini ke dalam rentang karakter yang disediakan.

(Diperoleh dari ISpanFormattable)

Implementasi Antarmuka Eksplisit

IUtf8SpanFormattable.TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)

Mencoba memformat nilai instans saat ini sebagai UTF-8 ke dalam rentang byte yang disediakan.

(Diperoleh dari INumberBase<TSelf>)
IUtf8SpanParsable<TSelf>.Parse(ReadOnlySpan<Byte>, IFormatProvider)

Mengurai rentang karakter UTF-8 menjadi nilai.

(Diperoleh dari INumberBase<TSelf>)
IUtf8SpanParsable<TSelf>.TryParse(ReadOnlySpan<Byte>, IFormatProvider, TSelf)

Mencoba mengurai rentang karakter UTF-8 ke dalam nilai.

(Diperoleh dari INumberBase<TSelf>)

Berlaku untuk

Produk Versi
.NET 7, 8, 9, 10