Overloaded multiplication operator (checks for overflow)
^T1
The first value.
^T2
The second value.
^T3
The product of the two input values.
Overloaded addition operator (checks for overflow)
^T1
The first value.
^T2
The second value.
^T3
The sum of the two input values.
Overloaded subtraction operator (checks for overflow)
^T1
The first value.
^T2
The second value.
^T3
The first value minus the second value.
Overloaded unary negation (checks for overflow)
^T
The input value.
^T
The negated value.
Converts the argument to byte
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using Byte.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
byte
The converted byte
Converts the argument to char
. Numeric inputs are converted using a checked conversion according to the UTF-16 encoding for characters. String inputs must be exactly one character long. For other input types the operation requires an appropriate static conversion method on the input type.
^T
The input value.
char
The converted char
Converts the argument to int
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using Int32.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
int
The converted int
Converts the argument to int16
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using Int16.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
int16
The converted int16
Converts the argument to int32
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using Int32.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
int32
The converted int32
Converts the argument to int64
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using Int64.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
int64
The converted int64
Converts the argument to nativeint. This is a direct, checked conversion for all primitive numeric types. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
nativeint
The converted nativeint
Converts the argument to sbyte
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using SByte.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
sbyte
The converted sbyte
Converts the argument to uint16
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using UInt16.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
uint16
The converted uint16
Converts the argument to uint32
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using UInt32.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
uint32
The converted uint32
Converts the argument to uint64
. This is a direct, checked conversion for all primitive numeric types. For strings, the input is converted using UInt64.Parse with InvariantCulture settings. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
uint64
The converted uint64
Converts the argument to unativeint
. This is a direct, checked conversion for all primitive numeric types. Otherwise the operation requires an appropriate static conversion method on the input type.
^T
The input value.
unativeint
The converted unativeint
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4