NFloat.CopySign(NFloat, NFloat) Yöntem

Tanım

Bir değerin işaretini başka bir değerin işaretine kopyalar.

public:
 static System::Runtime::InteropServices::NFloat CopySign(System::Runtime::InteropServices::NFloat value, System::Runtime::InteropServices::NFloat sign) = System::Numerics::INumber<System::Runtime::InteropServices::NFloat>::CopySign;
public static System.Runtime.InteropServices.NFloat CopySign (System.Runtime.InteropServices.NFloat value, System.Runtime.InteropServices.NFloat sign);
static member CopySign : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function CopySign (value As NFloat, sign As NFloat) As NFloat

Parametreler

value
NFloat

Sonuçta büyüklüğü kullanılan değer.

sign
NFloat

Sonuçta işareti kullanılan değer.

Döndürülenler

büyüklüğünü value ve işaretini signiçeren bir değer.

Uygulamalar

Şunlara uygulanır