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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.