Half.Ieee754Remainder(Half, Half) 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.
Computes the remainder of two values as specified by IEEE 754.
public:
static Half Ieee754Remainder(Half left, Half right) = System::Numerics::IFloatingPointIeee754<Half>::Ieee754Remainder;
public static Half Ieee754Remainder (Half left, Half right);
static member Ieee754Remainder : Half * Half -> Half
Public Shared Function Ieee754Remainder (left As Half, right As Half) As Half
Parameters
- left
- Half
The value which right
divides.
- right
- Half
The value which divides left
.
Returns
The remainder of left
divided-by right
as specified by IEEE 754.
Implements
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา