Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7029923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:36:08+00:00 2026-05-28T00:36:08+00:00

It seems like a strange convenience property, only saving one character. Is there some

  • 0

It seems like a strange convenience property, only saving one character. Is there some important difference between using SizeX and Size.X? And why is there a SizeX property, but not a LocationX property?

The documentation does not mention any particular difference.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:36:09+00:00Added an answer on May 28, 2026 at 12:36 am

    Is there some important difference between using SizeX and Size.X?

    When it doubt, take a look at it with reflector or equivalent tool. The Size property does this:

    if (IsEmpty)
    {
        return Size3D.Empty;
    }
    return new Size3D(this._sizeX, this._sizeY, this._sizeZ);
    

    And SizeX does:

    return this._sizeX;
    

    They are both based off of the private field _sizeX, so no, the value of them will always be the same. It’s just a way of getting different data structures to better suit your needs.

    And why is there a SizeX property, but not a LocationX property?

    There are properties for location, they are Location.X and just X, both of which use the private field _x. it just doesn’t follow the same naming convetion as Size.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're extensively using NHibernate multi-query functionality and experiencing strange behavior. Seems like NHibernate does
This seems like a strange one. Not even sure if it is possible!! I
Seems like the subtraction is triggering some kind of issue and the resulting value
I have come across a strange behavior of Java that seems like a bug.
I have a strange issue. It almost seems like a bug. if ($object->error) {Form::BuildReturn();
I am attempting what seems like a simple task: using C# to create a
I have two strange cases where it seems like code should compile, but it
I'm seeing what seems like strange behaviour when dealing with a DataTable I'm storing
This seems like a very strange problem. I'm stress testing my neo4j graph database,
I've run into what seems like a strange edge case with the PHP processor.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.