Full Type Signature[<StructAttribute ()>] type BigInt = struct end with interface IStructuralHash interface IComparable override Equals : obj -> bool static member FromInt32 : int32 -> BigInt static member FromInt64 : int64 -> BigInt override GetHashCode : unit -> int static member Parse : string -> BigInt static member ToDouble : BigInt -> float static member ToInt32 : BigInt -> int32 static member ToInt64 : BigInt -> int64 member IsNegative : bool member IsOne : bool member IsPositive : bool member IsZero : bool static member ( + ) : BigInt * BigInt -> BigInt static member ( / ) : BigInt * BigInt -> BigInt static member ( % ) : BigInt * BigInt -> BigInt static member ( * ) : BigInt * BigInt -> BigInt static member ( .. ) : BigInt * BigInt -> seq<BigInt> static member ( .. .. ) : BigInt * BigInt * BigInt -> seq<BigInt> static member ( - ) : BigInt * BigInt -> BigInt static member ( ~- ) : BigInt -> BigInt static member ( ~+ ) : BigInt -> BigInt end Instance Members
Static Members
| ||||||||||||||||||||||||||||||||||||||||||||||
See Also |
Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19