DeltaAlignmentParserGetDeltaAlignmentAt Method |
Gets the DeltaAlignment at specified position of the file.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public DeltaAlignment GetDeltaAlignmentAt(
long position
)
Public Function GetDeltaAlignmentAt (
position As Long
) As DeltaAlignment
public:
DeltaAlignment^ GetDeltaAlignmentAt(
long long position
)
member GetDeltaAlignmentAt :
position : int64 -> DeltaAlignment
Parameters
- position
- Type: SystemInt64
Position at which delta alignment is required.
Return Value
Type:
DeltaAlignmentDelta alignment.
See Also