Click or drag to resize
RangeRestriction Class
Provides additional operations for working with the `RangeRestriction<'TAddress>` type
Inheritance Hierarchy
SystemObject
  DeedleRangeRestriction

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static class RangeRestriction

The RangeRestriction type exposes the following members.

Methods
  NameDescription
Public methodStatic membermapTOldAddress, TNewAddress
Transforms all absolute addresses in the specified range restriction using the provided function (this is useful for mapping between different address spaces).
Top
See Also