Decimal64.SinCos(Decimal64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static ValueTuple<System::Numerics::Decimal64, System::Numerics::Decimal64> SinCos(System::Numerics::Decimal64 x) = System::Numerics::ITrigonometricFunctions<System::Numerics::Decimal64>::SinCos;
public static(System.Numerics.Decimal64 Sin, System.Numerics.Decimal64 Cos) SinCos(System.Numerics.Decimal64 x);
static member SinCos : System.Numerics.Decimal64 -> ValueTuple<System.Numerics.Decimal64, System.Numerics.Decimal64>
Public Shared Function SinCos (x As Decimal64) As ValueTuple(Of Decimal64, Decimal64)