Click or drag to resize

PrimeFactor Structure

Represents a natural number (integer >= 1) as a product of prime factors.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.CalcPrimeFactor

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

The PrimeFactor type exposes the following members.

Constructors
 NameDescription
Public methodPrimeFactor Initializes a new instance of the PrimeFactor struct.
Top
Properties
 NameDescription
Public propertyPower Gets the exponent of this prime factor in the represented natural number.
Public propertyPrimeNumber Gets 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