Struct BioBlock
A block of biodata.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Sig.Crypto.BioBlocks
Assembly: SigCrypto.dll
Syntax
[CLSCompliant(false)]
public struct BioBlock
Constructors
| Name | Description |
|---|---|
| BioBlock(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Constructs a new BioBlock. |
Fields
| Name | Description |
|---|---|
| LineNumber1 | First line number. |
| LineNumber2 | Second line number. |
| X1 | First x-value. |
| X2 | Second x-value. |
| Y1 | First y-value. |
| Y2 | Second y-value. |
| Z1 | First z-value. |
| Z2 | Second z-value. |