C# Class TweakScale.ScaleExponents.ScalingMode

Datei anzeigen Open project: Biotronic/TweakScale

Public Properties

Property Type Description
Exponent string
UseRelativeScaling bool

Public Methods

Method Description
ScalingMode ( string exponent, bool useRelativeScaling ) : System

Method Details

ScalingMode() public method

public ScalingMode ( string exponent, bool useRelativeScaling ) : System
exponent string
useRelativeScaling bool
return System

Property Details

Exponent public_oe property

public string Exponent
return string

UseRelativeScaling public_oe property

public bool UseRelativeScaling
return bool