UInt32.ISubtractionOperators<UInt32,UInt32,UInt32>.Subtraction Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Soustrait deux valeurs pour calculer leur différence.
static System::UInt32 System.Numerics.ISubtractionOperators<System.UInt32,System.UInt32,System.UInt32>.operator -(System::UInt32 left, System::UInt32 right) = System::Numerics::ISubtractionOperators<System::UInt32, System::UInt32, System::UInt32>::op_Subtraction;
static uint ISubtractionOperators<uint,uint,uint>.operator -(uint left, uint right);
static member ( - ) : uint32 * uint32 -> uint32
Shared Operator - (left As UInteger, right As UInteger) As UInteger Implements ISubtractionOperators(Of UInteger, UInteger, UInteger).op_Subtraction
Paramètres
- left
- UInt32
Valeur à partir de laquelle right est soustraite.
- right
- UInt32
Valeur soustraite de left.
Retours
Valeur de right soustraite de left.