forgot first::SplitNumber.Multiply..
This commit is contained in:
@@ -29,5 +29,12 @@ namespace first
|
||||
Second = value - First;
|
||||
}
|
||||
}
|
||||
|
||||
public double Multiply(double mul)
|
||||
{
|
||||
Value = Value * mul;
|
||||
|
||||
return Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user