Byte.ISubtractionOperators<Byte,Byte,Byte>.CheckedSubtraction Operator
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.
Subtracts two values to compute their difference.
static System::Byte System.Numerics.ISubtractionOperators<System.Byte,System.Byte,System.Byte>.op_CheckedSubtraction(System::Byte left, System::Byte right) = System::Numerics::ISubtractionOperators<System::Byte, System::Byte, System::Byte>::op_CheckedSubtraction;
static byte ISubtractionOperators<byte,byte,byte>.op_CheckedSubtraction (byte left, byte right);
static member System.Numerics.ISubtractionOperators<System.Byte,System.Byte,System.Byte>.op_CheckedSubtraction : byte * byte -> byte
Shared op_CheckedSubtraction (left As Byte, right As Byte) As Byte Implements ISubtractionOperators(Of Byte, Byte, Byte).op_CheckedSubtraction
Parameters
- left
- Byte
The value from which right
is subtracted.
- right
- Byte
The value that's subtracted from left
.
Returns
The value of right
subtracted from left
.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.