BFloat16.Modulus(BFloat16, BFloat16) Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
static System::Numerics::BFloat16 operator %(System::Numerics::BFloat16 left, System::Numerics::BFloat16 right) = System::Numerics::IModulusOperators<System::Numerics::BFloat16, System::Numerics::BFloat16, System::Numerics::BFloat16>::op_Modulus;
public static System.Numerics.BFloat16 operator %(System.Numerics.BFloat16 left, System.Numerics.BFloat16 right);
static member ( % ) : System.Numerics.BFloat16 * System.Numerics.BFloat16 -> System.Numerics.BFloat16
Public Shared Operator Mod (left As BFloat16, right As BFloat16) As BFloat16
Parameter
- left
- BFloat16
- right
- BFloat16