AWSAppender.CloudWatch.Services.UnitConverter.UnitGraphLink.UnitGraphLink C# (CSharp) 메소드

UnitGraphLink() 공개 메소드

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