public Vector(object a) : this() { var v = a; //it make no sense as is only there to prove the property assignment. VectorGreaterOf = GetSizeOf; }
public Trigangle(object a) : this() { var v = a; //it make no sense as is only there to prove the property assignment. TrigangleGreaterOf = GetSizeOf; }