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 6842917
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:09:37+00:00 2026-05-27T00:09:37+00:00

I have defined the following record: type Ball = { center : Vector3<m> radius

  • 0

I have defined the following record:

type Ball =
    {
       center : Vector3<m> 
       radius : float32<m>
       color : Microsoft.Xna.Framework.Color 
    }

I’m trying to create a list of Ball this way:

let BallRadius = 0.2<m>
let list =
    [ for i in 0 .. 9 ->
        {
            center = { X = BallRadius + (float i) * BallRadius * 2.0 ; Y = 0.0<m>; Z = 0.0<m>}; //1 error
            radius = BallRadius; //1 error
            color = Microsoft.Xna.Framework.Color.White
        }

    ]

Seems that in the first case i is an int and I can’t multiply if for float. In the second case I can’t assign a float to a float32.
How can I solve this?

  • 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-27T00:09:38+00:00Added an answer on May 27, 2026 at 12:09 am
    1. You can’t multiple floats by ints, so you’ll need center = BallRadius + (float i) * BallRadius * 2.0
    2. radius = (float32 BallRadius) * 1.0f<m> works, though I’m not sure it’s the most idiomatic.

    That aside, it’s not clear to me how adding two BallRadius gets you a Vector3<m>, unless your vector is just a float…

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

Sidebar

Related Questions

I have defined a TCGTable record type with the following structure: type TCGTable =
If I have defined the following types: type category = Noun | Verb |
I have the following code snippet: #ifdef DO_LOG #define log(p) record(p) #else #define log(p)
In my .htaccess file I have defined following rule, RewriteRule t/([^.]+)/$ /videos/tag.php?tag=$1 [QSA] The
I have defined the following Interface [ServiceContract] public interface IHealthProducts { [OperationContract()] ResponseClass OrderSelfSignedHealthCertificate();
Let's say I have defined the following class: public abstract class Event { public
In my .htaccess file I have defined the following rule to make my register
I am using a DBD::SQLite in memory database. I have defined the following indexes
I have the following defined in a file called build-dependencies.xml <?xml version=1.0 encoding=UTF-8?> <project
I have defined a config section in my app.config in the following way: <?xml

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.