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, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.