CyDAS Home funded by Sponsor: DFG
ISCNAnalyser Documentation Class CyDAS Graphics Class Fragment Documentation Section HowTo Section Online Analysis Section Download Section Resources Section About Section

Class DoubleMinute

The class DoubleMinute serves for the description of Double Minutes.

Overview

DoubleMinute
New()
New(Description: String)
New(MinCount:Integer, MaxCount: Integer)
Approximate: Boolean
MinimumCount: Integer
MaximumCount: Integer
Metaphases: Integer
clone(): Object {Implements ICloneable.Clone}
toString(): String

Programming Language

Availability

Constructors

Public Sub New()

Instantiates a new DoubleMinute object.

Parameters

Remarks

Public Sub New(ByVal Description As String)

Instantiates a new DoubleMinute object.

Parameters

Exceptions

Remarks

Examples

Public Sub New(ByVal MinCount As Integer, ByVal MaxCount As Integer)

Instantiates a new DoubleMinute object.

Parameters

Examples

Interfaces

ICloneable

is implemented with the clone function.

Enumerations

The class does not provide enumerations.

Properties

Approximate As Boolean

Gets or sets a value indicating if the copy number of double minutes is an approximate number.

Property Value

Remarks

MaximumCount As Integer

Gets or sets a value indicating the maximum copy number of double minutes.

Property Value

Remarks

Examples

MinimumCount As Integer

Gets or sets a value indicating the minimum copy number of double minutes.

Property Value

Remarks

Examples

Public Property Metaphases() As Integer

Gets or sets the number of metaphases / cells the double minutes were found in.

Property Value

Remarks

Methods

Public Function clone() As Object Implements ICloneable.Clone

Returns a copy of the DoubleMinute object.

Return Value

Implements

Remarks

Public Shadows Function toString() As String

Returns a textual description of the double minutes according to the ISCN.

Return Value

Interaction with other classes

Classes using DoubleMinute

The DoubleMinute class is used by the Karyotype class only.