Search Results for

    Show / Hide Table of Contents

    Class RangeTransform

    Inheritance
    object
    RangeTransform
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization.NumberMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class RangeTransform

    Constructors

    RangeTransform()

    Declaration
    public RangeTransform()

    Properties

    Argument

    Declaration
    [JsonProperty("arg")]
    public int Argument { get; set; }
    Property Value
    Type Description
    int

    RangeOperator

    Declaration
    [JsonProperty("op")]
    public RangeOperator RangeOperator { get; set; }
    Property Value
    Type Description
    RangeOperator
    In this article
    • Constructors
      • RangeTransform()
    • Properties
      • Argument
      • RangeOperator
    Back to top Generated by DocFX