Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Nuget packages
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.DataAnalysis.Models
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Providers
    • Extreme.Providers.InteropServices
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.Mathematics
    • AccuracyGoal Structure
    • AlgorithmStatus Enumeration
    • ArrayAttributes Structure
    • ArrayMath Class
    • ArrayMutability Enumeration
    • BigFloat Class
    • BigInteger Structure
    • BigRational Structure
    • CategoricalVector(T) Class
    • Complex(T) Structure
    • Constants Class
    • ConvergenceCriterion Enumeration
    • CoreImplementations(T) Class
    • DecimalMath Class
    • Dimension Enumeration
    • DimensionMismatchException Class
    • DimensionType Enumeration
    • DistributedDataLocation Enumeration
    • DoubleComparer Class
    • Elementary Class
    • ElementType(T) Class
    • FunctionMath Class
    • FunctionWithDerivative Delegate
    • GenericCoreProvider(T) Class
    • GenericImplementations Class
    • ICategoricalVector Interface
    • IDistributed Interface
    • InsufficientDataException Class
    • IntegerMath Class
    • Intent Enumeration
    • Interval Structure
    • Interval(T) Structure
    • IPermutable Interface
    • ISummarizable Interface
    • Iterators Class
    • IVector Interface
    • MachineConstants Class
    • ManagedCoreProviderOfSingle Class
    • Math(T) Class
    • Matrix Class
    • Matrix(T) Class
    • MatrixDiagonal Enumeration
    • MatrixElementOrder Enumeration
    • MatrixExtensions Class
    • MatrixNorm Enumeration
    • MatrixOperationSide Enumeration
    • MatrixStructure Enumeration
    • MatrixTriangle Enumeration
    • MutabilityBehaviour Enumeration
    • NumericsConfiguration Class
    • Operations(T) Class
    • Permutation Class
    • Quad Structure
    • RandomExtensions Class
    • Range Structure
    • RoundingMode Enumeration
    • SingleConstants Class
    • SinglePrecisionImplementations Class
    • Slice Structure
    • SolutionReport(T) Class
    • SolutionReport(T, TError) Class
    • Special Class
    • SummaryOptions Class
    • SymbolicMath Class
    • TotalLossOfPrecisionException Class
    • TransposeOperation Enumeration
    • TypedVectorWrapper(K, T) Structure
    • Vector Class
    • Vector(T) Class
    • VectorExtensions Class
  • BigInteger Structure
    • BigInteger Constructors
    • Properties
    • Methods
    • Operators and Type Conversions
    • Fields
  • Operators and Type Conversions
    • Addition Operator
    • BitwiseAnd Operator
    • BitwiseOr Operator
    • Division Operator Overloads
    • Equality Operator Overloads
    • ExclusiveOr Operator
    • Explicit Conversion Operators
    • Exponent Operator
    • Exponentiation Operator
    • GreaterThan Operator Overloads
    • GreaterThanOrEqual Operator Overloads
    • Implicit Conversion Operators
    • Inequality Operator Overloads
    • LeftShift Operator
    • LessThan Operator Overloads
    • LessThanOrEqual Operator Overloads
    • Modulus Operator
    • Multiply Operator Overloads
    • OnesComplement Operator
    • RightShift Operator
    • Subtraction Operator
    • UnaryNegation Operator
    • UnaryPlus Operator

BigInteger Operators and Type Conversions

Extreme Optimization Numerical Libraries for .NET Professional

The BigInteger type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Returns the sum of two BigInteger numbers.
Public operatorStatic memberBitwiseAnd
Computes the bitwise and of two BigInteger values.
Public operatorStatic memberBitwiseOr
Computes the bitwise and of two BigInteger values.
Public operatorStatic memberDivision(BigInteger, BigInteger)
Divides one BigInteger by another and returns the result.
Public operatorStatic memberDivision(BigInteger, Int32)
Divides one BigInteger by another and returns the result.
Public operatorStatic memberEquality(BigInteger, BigInteger)
Returns whether a BigInteger is equal to another and returns the result.
Public operatorStatic memberEquality(BigInteger, Int32)
Returns whether a BigInteger is equal to an integer.
Public operatorStatic memberEquality(Int32, BigInteger)
Returns whether a BigInteger is equal to an integer.
Public operatorStatic memberExclusiveOr
Computes the bitwise exclusive or of two BigInteger values.
Public operatorStatic member(BigInteger to Byte)
Converts a BigInteger to a Byte value.
Public operatorStatic member(BigInteger to Decimal)
Converts a BigInteger to a Decimal number.
Public operatorStatic member(BigInteger to Double)
Converts a BigInteger to a double-precision floating-point number.
Public operatorStatic member(BigInteger to Int16)
Converts a BigInteger to a Int16 value.
Public operatorStatic member(BigInteger to Int32)
Converts a BigInteger to a Int32 value.
Public operatorStatic member(BigInteger to Int64)
Converts a BigInteger to a long integer.
Public operatorStatic member(BigInteger to SByte)
Converts a BigInteger to a SByte value.
Public operatorStatic member(BigInteger to Single)
Converts a BigInteger to a single-precision floating-point number.
Public operatorStatic member(BigInteger to UInt16)
Converts a BigInteger to a UInt16 value.
Public operatorStatic member(BigInteger to UInt32)
Converts a BigInteger to an unsigned integer.
Public operatorStatic member(BigInteger to UInt64)
Converts a BigInteger to a long unsigned integer.
Public operatorStatic member(Decimal to BigInteger)
Converts a Decimal number to a BigInteger value.
Public operatorStatic member(Double to BigInteger)
Converts a double-precision floating-point number to a BigInteger value.
Public operatorStatic member(Single to BigInteger)
Converts a single-precision floating-point number to a BigInteger value.
Public operatorStatic memberExponent
Represents the exponentiation operator.
Public operatorStatic memberExponentiation
Represents the exponentiation operator.
Public operatorStatic memberGreaterThan(BigInteger, BigInteger)
Returns whether a BigInteger is greater than another and returns the result.
Public operatorStatic memberGreaterThan(BigInteger, Int32)
Returns whether an integer is greater than a BigInteger.
Public operatorStatic memberGreaterThan(Int32, BigInteger)
Returns whether an integer is greater than a BigInteger.
Public operatorStatic memberGreaterThanOrEqual(BigInteger, BigInteger)
Returns whether a BigInteger is greater than or equal to another and returns the result.
Public operatorStatic memberGreaterThanOrEqual(BigInteger, Int32)
Returns whether an integer is greater than or equal to a BigInteger.
Public operatorStatic memberGreaterThanOrEqual(Int32, BigInteger)
Returns whether an integer is greater than or equal to a BigInteger.
Public operatorStatic member(Byte to BigInteger)
Converts a Byte value to a BigInteger number.
Public operatorStatic member(Int16 to BigInteger)
Converts a 16 bit signed integer to a BigInteger value.
Public operatorStatic member(Int32 to BigInteger)
Converts a 32 bit signed integer to a BigInteger value.
Public operatorStatic member(Int64 to BigInteger)
Converts a 64 bit signed integer to a BigInteger value.
Public operatorStatic member(SByte to BigInteger)
Converts a signed byte to a BigInteger value.
Public operatorStatic member(UInt16 to BigInteger)
Converts a 16 bit unsigned integer to a BigInteger value.
Public operatorStatic member(UInt32 to BigInteger)
Converts a 32 bit unsigned integer to a BigInteger value.
Public operatorStatic member(UInt64 to BigInteger)
Converts a 64 bit unsigned integer to a BigInteger value.
Public operatorStatic memberInequality(BigInteger, BigInteger)
Returns whether a BigInteger is not equal to another and returns the result.
Public operatorStatic memberInequality(BigInteger, Int32)
Returns whether a BigInteger is not equal to an integer.
Public operatorStatic memberInequality(Int32, BigInteger)
Returns whether a BigInteger is not equal to an integer.
Public operatorStatic memberLeftShift
Shifts the bits to the left, padding the right with zeros.
Public operatorStatic memberLessThan(BigInteger, BigInteger)
Returns whether a BigInteger is less than another and returns the result.
Public operatorStatic memberLessThan(BigInteger, Int32)
Returns whether an integer is less than a BigInteger.
Public operatorStatic memberLessThan(Int32, BigInteger)
Returns whether an integer is less than a BigInteger.
Public operatorStatic memberLessThanOrEqual(BigInteger, BigInteger)
Returns whether a BigInteger is less than or equal to another and returns the result.
Public operatorStatic memberLessThanOrEqual(BigInteger, Int32)
Returns whether an integer is less than or equal to a BigInteger.
Public operatorStatic memberLessThanOrEqual(Int32, BigInteger)
Returns whether an integer is less than or equal to a BigInteger.
Public operatorStatic memberModulus
Returns the remainder after dividing one BigInteger by another and returns the result.
Public operatorStatic memberMultiply(BigInteger, BigInteger)
Returns the product of two BigInteger numbers.
Public operatorStatic memberMultiply(BigInteger, UInt32)
Returns the product of a BigInteger number and an unsigned integer.
Public operatorStatic memberMultiply(Int32, BigInteger)
Returns the product of an integer and a BigInteger number.
Public operatorStatic memberMultiply(UInt32, BigInteger)
Returns the product of an unsigned integer and a BigInteger number.
Public operatorStatic memberOnesComplement
Returns the one's complement of a BigInteger.
Public operatorStatic memberRightShift
Shifts the bits to the right, discarding bits on the right.
Public operatorStatic memberSubtraction
Returns the difference between two BigInteger numbers.
Public operatorStatic memberUnaryNegation
Returns a BigInteger with the opposite sign.
Public operatorStatic memberUnaryPlus
Returns the value of a BigInteger.
Top
See Also

Reference

BigInteger Structure
Extreme.Mathematics Namespace

Copyright (c) 2004-2021 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2021, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.