Click or drag to resize

InvertNumberOperation Class

Inverts a number data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.OperationsInvertOperationSingle
                Slash.Unity.DataBind.Foundation.Providers.OperationsInvertNumberOperation

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class InvertNumberOperation : InvertOperation<float>

The InvertNumberOperation type exposes the following members.

Constructors
  NameDescription
Public methodInvertNumberOperation
Initializes a new instance of the InvertNumberOperation class
Top
Methods
See Also