コード例 #1
0
 public ComplexPart Ceiling()
 {
     return(ComplexPart.Create(_value.Ceiling()));
 }