NFloat.Ieee754Remainder(NFloat, NFloat) 方法

定义

计算 IEEE 754 指定的两个值的剩余部分。

public:
 static System::Runtime::InteropServices::NFloat Ieee754Remainder(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IFloatingPointIeee754<System::Runtime::InteropServices::NFloat>::Ieee754Remainder;
public static System.Runtime.InteropServices.NFloat Ieee754Remainder (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member Ieee754Remainder : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Ieee754Remainder (left As NFloat, right As NFloat) As NFloat

参数

left
NFloat

除法 right 的值。

right
NFloat

除以 的值 left

返回

除以right的余数left,由 IEEE 754 指定。

实现

适用于