Rakudo.Metamodel.Representations.RakudoCodeRef.get_num C# (CSharp) Method

get_num() public method

public get_num ( ThreadContext TC, RakudoObject Object ) : double
TC Rakudo.Runtime.ThreadContext
Object RakudoObject
return double
        public override double get_num(ThreadContext TC, RakudoObject Object)
        {
            throw new InvalidOperationException("This type of representation cannot unbox to a native num");
        }