AWSAppender.CloudWatch.Services.UnitConverter.UnitGraphLink.UnitGraphLink C# (CSharp) Method

UnitGraphLink() public method

public UnitGraphLink ( UnitGraphNode otherNode, double multiplier ) : System.Collections.Generic
otherNode UnitGraphNode
multiplier double
return System.Collections.Generic
            public UnitGraphLink(UnitGraphNode otherNode, double multiplier)
            {
                _otherNode = otherNode;
                _multiplier = multiplier;
            }
UnitConverter.UnitGraphLink