A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators-checked.html below:

Checked (FSharp.Core) | FSharp.Core

Overloaded multiplication operator (checks for overflow)

x : ^T1

The first value.

y : ^T2

The second value.

Returns: ^T3

The product of the two input values.

Overloaded addition operator (checks for overflow)

x : ^T1

The first value.

y : ^T2

The second value.

Returns: ^T3

The sum of the two input values.

Overloaded subtraction operator (checks for overflow)

x : ^T1

The first value.

y : ^T2

The second value.

Returns: ^T3

The first value minus the second value.

Overloaded unary negation (checks for overflow)

value : ^T

The input value.

Returns: ^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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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.

value : ^T

The input value.

Returns: 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