C# 클래스 Codaxy.Common.NullableMath

파일 보기 프로젝트 열기: codaxy/common

공개 메소드들

메소드 설명
Abs ( decimal value ) : decimal?
Round ( decimal value, int decimals ) : decimal?
Round ( decimal value, int decimals, MidpointRounding rounding ) : decimal?

메소드 상세

Abs() 공개 정적인 메소드

public static Abs ( decimal value ) : decimal?
value decimal
리턴 decimal?

Round() 공개 정적인 메소드

public static Round ( decimal value, int decimals ) : decimal?
value decimal
decimals int
리턴 decimal?

Round() 공개 정적인 메소드

public static Round ( decimal value, int decimals, MidpointRounding rounding ) : decimal?
value decimal
decimals int
rounding MidpointRounding
리턴 decimal?