For a list of all members of this type, see LTRegexCostOptions members
Public Properties
Name | Description | |
---|---|---|
![]() ![]() |
Default | Returns an instance of LTRegexCostOptions with all default values. |
![]() |
DeletedCost | The cost of a deleted character. |
![]() |
InsertedCost | The cost of an inserted character. |
![]() |
MaximumCost | The maximum allowed cost of a match. |
![]() |
MaximumDeletes | The maximum number of deletes allowed. |
![]() |
MaximumErrors | The maximum number of total errors allowed. |
![]() |
MaximumInserts | The maximum number of inserts allowed. |
![]() |
MaximumSubstitutes | The maximum allowed number of substitutions. |
![]() |
SubstitutedCost | The CPU performance cost of a substituted character. |
See Also