Suoranta.Finance Namespace
Suoranta.Finance - Developer API

TransformType Enumeration

Namespace:  Suoranta.Finance
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


[ObfuscationAttribute]
public enum TransformType

Members


Member nameDescription
Injective One-to-one or many-to-one: input domain values map to one value in target domain, but that value is not necessarily unique to the input value.
Surjective One-to-one or one-to-many: inverse is Injective.
BijectiveOne-to-one and onto.