Hedgehog


Numeric Module

Namespace: Hedgehog

Assembly: Hedgehog.dll

Functions and values

Function or value Description

fromBigInt x

Full Usage: fromBigInt x

Parameters:
    x : bigint

Returns: ^a

Converts from a BigInt to the inferred destination type.

x : bigint
Returns: ^a

maxValue ()

Full Usage: maxValue ()

Parameters:
    () : unit

Returns: ^a

Returns the largest possible value.

() : unit
Returns: ^a

minValue ()

Full Usage: minValue ()

Parameters:
    () : unit

Returns: ^a

Returns the smallest possible value.

() : unit
Returns: ^a

toBigInt x

Full Usage: toBigInt x

Parameters:
    x : ^a

Returns: bigint

Converts to a BigInt.

x : ^a
Returns: bigint