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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.