Click or drag to resize

PrimeFactor Structure

As a result of a prime factorization, this structure is used to represent a natural number (integers greater than or equal to 1) as product of prime numbers.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.CalcPrimeFactor

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public struct PrimeFactor

The PrimeFactor type exposes the following members.

Constructors
 NameDescription
Public methodPrimeFactorInitializes a new instance of the PrimeFactor class
Top
Properties
 NameDescription
Public propertyPowerGets the power of this prime factor in the represented natural number.
Public propertyPrimeNumberGets the prime number this factor represents.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also